Files
version_tag/action.yaml
Bryce Thorup 3430b5f872 name fix
2024-01-01 10:15:04 -07:00

9 lines
286 B
YAML

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