Skip to content

Commit

Permalink
fix: push also to origin
Browse files Browse the repository at this point in the history
  • Loading branch information
filfreire committed May 17, 2024
1 parent 140d4b7 commit 7717966
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
git remote -v
- name: Merge version commit into master
run: git push origin v${{ env.TAG }}
run: |
git push origin v${{ env.TAG }}
git push origin master
- name: Create Tag and Release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 7717966

Please sign in to comment.