Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/axios-0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Feb 27, 2024
2 parents a5dcb09 + 2943719 commit 68d6b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# push the version changes to GitHub
- run: git add package.json && git commit -m'update version' && git push
- run: git add package.json package-lock.json && git commit -m'update version' && git push
env:
# The secret is passed automatically. Nothing to configure.
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 68d6b12

Please sign in to comment.