We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff18427 commit c98ffa3Copy full SHA for c98ffa3
.github/workflows/publish.yml
@@ -35,4 +35,4 @@ jobs:
35
git config --global user.email "noreply@github.com"
36
git add .
37
git commit -m "[actions] Release ${{ github.event.release.tag_name }}"
38
- git push origin HEAD
+ git push origin HEAD:master
0 commit comments