init
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 4s

This commit is contained in:
Bryce Thorup
2024-01-01 16:09:23 -07:00
parent a2df92e709
commit 0ce2400f55
3 changed files with 37 additions and 0 deletions

8
action.yaml Normal file
View File

@@ -0,0 +1,8 @@
name: version-tag
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"
runs:
using: "composite"
steps:
- run: $GITHUB_ACTION_PATH/action.sh
shell: bash