Skip to content

Commit f6f8c44

Browse files
committed
💚 push issue
1 parent 26023c6 commit f6f8c44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: ‎.github/workflows/npm-publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ jobs:
3838
- run: npm publish --access public
3939
env:
4040
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
41+
- run: git push
42+
env:
43+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)