Skip to content

Commit

Permalink
ci: release push git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
megglos committed Sep 23, 2024
1 parent 222d7c6 commit df8205c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ jobs:
run: |
# Publish Go tag for the release
git tag "v${RELEASE_VERSION}"
if [ "$PUSH_CHANGES" = "true" ]; then
git push origin "v${RELEASE_VERSION}"
fi
git push origin "v${RELEASE_VERSION}"
- name: Create Github release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit df8205c

Please sign in to comment.