Skip to content

Commit

Permalink
[np] CI changes ⚓
Browse files Browse the repository at this point in the history
  • Loading branch information
Nützi committed Dec 13, 2021
1 parent e8ed021 commit 19d742c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@ jobs:
RELEASE_TAG: ${{ steps.getTag.outputs.releaseTag }}
TRIGGER_TAG: ${{ steps.getTag.outputs.triggerTag }}
run: |
git push origin "$RELEASE_TAG" "githooks/$RELEASE_TAG"
# go releaser already pushed release tag
git push origin "githooks/$RELEASE_TAG"
git push -f origin ":$TRIGGER_TAG"

0 comments on commit 19d742c

Please sign in to comment.