Files
version_tag/action.yaml
Bryce Thorup 922cd1ae54 d
2023-12-15 06:43:07 -07:00

9 lines
316 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"
runs:
using: "composite"
steps:
- run: ls $GITHUB_ACTION_PATH #$GITHUB_ACTION_PATH/action.sh
shell: bash