Skip to content

Commit ad583c3

Browse files
authored
fix: update version
1 parent 458563f commit ad583c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish-node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2828
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
# push the version changes to GitHub
30-
- run: git push
30+
- run: git add package.json && git commit -m'update version' && git push
3131
env:
3232
# The secret is passed automatically. Nothing to configure.
3333
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)