Skip to content

Commit

Permalink
fix: missing file when doing git add
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Feb 27, 2024
1 parent 5ddbbcd commit 2943719
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 2943719

Please sign in to comment.