Files
version_verify/action.yaml
Bryce Thorup 7123871393
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 4s
update name/description
2024-01-01 16:10:26 -07:00

9 lines
249 B
YAML

name: version-verify
description: "verify that a repo tag does not already exist for the version number specified in package.json"
author: "Bryce Thorup"
runs:
using: "composite"
steps:
- run: $GITHUB_ACTION_PATH/action.sh
shell: bash