Skip to content

Commit

Permalink
update package-lock.json automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Jul 4, 2023
1 parent c95ace4 commit 3606506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
run: |
git config --local user.name "Luis Antonio Obis Aparicio"
git config --local user.email "[email protected]"
git add bindings/nodejs/nodered/package-lock.json
git add package-lock.json
git commit -m "Update nodered package-lock.json"
git push origin HEAD:main
Expand Down

0 comments on commit 3606506

Please sign in to comment.