Skip to content

Commit acbc1b0

Browse files
Fix a little pre-existing typo
1 parent 3cffcb7 commit acbc1b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
VERSION: ${{ steps.version.outputs.version }}
3131
run: |
32-
if git rev-parse "v${VERSION}" >/dev/null 2>&1; then
32+
if git rev-parse "${VERSION}" >/dev/null 2>&1; then
3333
echo "skip=true" >> "$GITHUB_OUTPUT"
3434
else
3535
echo "skip=false" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)