Skip to content

Commit

Permalink
Fixed git tag push in publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Jun 20, 2022
1 parent 34517b0 commit 4b2a179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Bump Version
run: bump2version --new-version ${{ github.event.release.tag_name }} patch &&
git tag ${{ github.event.release.tag_name }} -f &&
git push && git push ${{ github.event.release.tag_name }} origin --force
git push && git push --tags origin --force
- name: Setup Java
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 4b2a179

Please sign in to comment.