We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b10a8f commit fe83d5eCopy full SHA for fe83d5e
.github/workflows/publish-to-npm.yml
@@ -31,4 +31,4 @@ jobs:
31
# env:
32
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
33
- name: Push changes to GitHub
34
- run: git commit -am "Release ${{ github.event.release.tag_name }}" && git push
+ run: git commit -am "Release ${{ github.event.release.tag_name }}" && git push origin HEAD:main
0 commit comments