Skip to content

Commit

Permalink
ci: fixing release tag workflow (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
mailo-nr authored Feb 24, 2025
1 parent 128f04b commit 20cb580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
else
echo "Tag does not exist."
echo "exists=false" >> $GITHUB_ENV
fi
- name: Create and push tag
if: env.exists == 'false'
Expand Down

0 comments on commit 20cb580

Please sign in to comment.