We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c95ace4 commit 3606506Copy full SHA for 3606506
.github/workflows/publish.yml
@@ -159,7 +159,7 @@ jobs:
159
run: |
160
git config --local user.name "Luis Antonio Obis Aparicio"
161
git config --local user.email "luis.antonio.obis@gmail.com"
162
- git add bindings/nodejs/nodered/package-lock.json
+ git add package-lock.json
163
git commit -m "Update nodered package-lock.json"
164
git push origin HEAD:main
165
0 commit comments