Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yshavit committed Mar 2, 2025
1 parent 4d7e685 commit d36292f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Check that tag is available
run: |
if git release view "$TAG_NAME" ; then
if gh release view "$TAG_NAME" ; then
echo "::error ::tag $TAG_NAME already exists"
exit 1
fi
Expand Down

0 comments on commit d36292f

Please sign in to comment.