Skip to content

Commit 6e97105

Browse files
!fixup
1 parent 4af33a0 commit 6e97105

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/auto-tag.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
VERSION=$(cat VERSION)
2323
echo "version=$VERSION" >> $GITHUB_OUTPUT
2424
25-
- name: Skip if tag already exists
25+
- name: Check if tag already exists
26+
id: checktag
2627
run: |
2728
if git rev-parse "v${{ steps.version.outputs.version }}" >/dev/null 2>&1; then
2829
echo "skip=true" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)