This commit is contained in:
Bryce Thorup
2023-12-15 06:40:33 -07:00
parent 19f26bbcf6
commit 935b57df8b

View File

@@ -2,7 +2,7 @@ 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"
runs:
using: composite
using: "composite"
steps:
- run: ./action.sh
- run: ls -a ../ #$GITHUB_ACTION_PATH/action.sh
shell: bash