Skip to content

Commit

Permalink
changed push tags flow
Browse files Browse the repository at this point in the history
  • Loading branch information
PsychoSanchez committed Nov 16, 2024
1 parent 87d6751 commit e492628
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ jobs:
- name: Create tags
run: |
git tag $NEW_VERSION
git push origin $NEW_VERSION
git push --tags
- name: Create release PR
uses: peter-evans/create-pull-request@v7
Expand Down

0 comments on commit e492628

Please sign in to comment.