We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdac5dc commit 566215bCopy full SHA for 566215b
.github/actions/tag-exists/action.yml
@@ -32,5 +32,5 @@ runs:
32
echo "EXISTS=false" >> $GITHUB_OUTPUT
33
fi
34
env:
35
- TAG_NAME: v${{ inputs.tag }}
+ TAG_NAME: ${{ inputs.tag }}
36
GITHUB_TOKEN: ${{ inputs.token }}
0 commit comments