We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140d4b7 commit 7717966Copy full SHA for 7717966
1 file changed
.github/workflows/release.yml
@@ -43,7 +43,9 @@ jobs:
43
git remote -v
44
45
- name: Merge version commit into master
46
- run: git push origin v${{ env.TAG }}
+ run: |
47
+ git push origin v${{ env.TAG }}
48
+ git push origin master
49
50
- name: Create Tag and Release
51
uses: ncipollo/release-action@v1
0 commit comments