Skip to content

Commit 7717966

Browse files
committed
fix: push also to origin
1 parent 140d4b7 commit 7717966

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
git remote -v
4444
4545
- name: Merge version commit into master
46-
run: git push origin v${{ env.TAG }}
46+
run: |
47+
git push origin v${{ env.TAG }}
48+
git push origin master
4749
4850
- name: Create Tag and Release
4951
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)