Skip to content

Commit

Permalink
fix tagging CI
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Nov 18, 2024
1 parent 42646ce commit 3e6c55a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,5 @@ jobs:
- name: Tag
run: |
set -x
git show-ref --tags $nh_version --quiet
if [[ $? -ne 0 ]]; then
git tag $nh_version
git push --tags || :
fi
git tag $nh_version
git push --tags || :

0 comments on commit 3e6c55a

Please sign in to comment.