Skip to content

Commit

Permalink
add all json
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Aug 9, 2023
1 parent e9201c3 commit 049db11
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 @@ -43,7 +43,7 @@ jobs:
run: |
git config --local user.name "Luis Antonio Obis Aparicio"
git config --local user.email "[email protected]"
git add src/hvps/version.py bindings/nodejs/hvps/package.json bindings/nodejs/nodered/package.json
git add src/hvps/version.py bindings/nodejs/hvps/*.json bindings/nodejs/nodered/*.json
git commit -m "Update version to ${{ github.event.release.tag_name }}"
git push origin HEAD:main
Expand Down

0 comments on commit 049db11

Please sign in to comment.