Files
version_tag/action.yaml
Bryce Thorup 7a16aa0c3f first test
2023-12-15 05:53:07 -07:00

13 lines
350 B
YAML

name: versioned-release
description: "Creates a version tag when the 'version' value in 'package.json' has changed and a tag with the version number does not already exist."
author: "Bryce Thorup"
inputs:
server_url:
description: The git repository URL
required: true
runs:
using: composite
steps:
- run: version
shell: ls -l