Skip to content

Commit

Permalink
unset -e
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Nov 18, 2024
1 parent 42fa606 commit dcdc20e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Tag
run: |
set -x
set +e
git show-ref --tags $nh_version --quiet
if [[ $? -ne 0 ]]; then
Expand Down

0 comments on commit dcdc20e

Please sign in to comment.