We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 362a149 commit c904625Copy full SHA for c904625
1 file changed
.github/workflows/release.yaml
@@ -40,6 +40,7 @@ jobs:
40
41
if [ "${{ github.event_name }}" = "workflow_dispatch" ]; then
42
confirm="${{ github.event.inputs.confirm }}"
43
+ confirm="${confirm#v}"
44
if [ "${confirm}" != "${version}" ]; then
45
echo "::error::Confirmation input '${confirm}' does not match package.json version '${version}'"
46
exit 1
0 commit comments