9 lines
249 B
YAML
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
|