We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af33a0 commit 6e97105Copy full SHA for 6e97105
.github/workflows/auto-tag.yml
@@ -22,7 +22,8 @@ jobs:
22
VERSION=$(cat VERSION)
23
echo "version=$VERSION" >> $GITHUB_OUTPUT
24
25
- - name: Skip if tag already exists
+ - name: Check if tag already exists
26
+ id: checktag
27
run: |
28
if git rev-parse "v${{ steps.version.outputs.version }}" >/dev/null 2>&1; then
29
echo "skip=true" >> $GITHUB_OUTPUT
0 commit comments