Skip to content

Commit 3b75b47

Browse files
authored
Update npm-publish.yml
1 parent 660bfb5 commit 3b75b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
env:
2323
AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
2424
- run: npm publish
25-
- run: git push
25+
- run: git push origin HEAD:main
2626
env:
2727
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)