Skip to content

Commit fe83d5e

Browse files
committed
Fix CI
1 parent 1b10a8f commit fe83d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
# env:
3232
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3333
- name: Push changes to GitHub
34-
run: git commit -am "Release ${{ github.event.release.tag_name }}" && git push
34+
run: git commit -am "Release ${{ github.event.release.tag_name }}" && git push origin HEAD:main

0 commit comments

Comments
 (0)