We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4fbe41 commit 03112e9Copy full SHA for 03112e9
1 file changed
.github/workflows/release.yml
@@ -61,5 +61,5 @@ jobs:
61
git tag --sort=-creatordate
62
- name: Git push
63
run: |
64
- git push origin master
+ git push origin ${{ github.ref_name }}
65
git push --tags
0 commit comments