Skip to content

Commit 566215b

Browse files
authored
Update action.yml
Signed-off-by: Evan Sims <[email protected]>
1 parent cdac5dc commit 566215b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/tag-exists/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ runs:
3232
echo "EXISTS=false" >> $GITHUB_OUTPUT
3333
fi
3434
env:
35-
TAG_NAME: v${{ inputs.tag }}
35+
TAG_NAME: ${{ inputs.tag }}
3636
GITHUB_TOKEN: ${{ inputs.token }}

0 commit comments

Comments
 (0)