Skip to content

Commit

Permalink
Update publish_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lenoxys authored Aug 6, 2024
1 parent 2aa786a commit 099f5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
- run: git config --global user.name '[GitHub Bot]'
- run: git config --global user.email '<>'
- run: npm version ${{ github.event.inputs.version }} --preid=${{ github.event.inputs.preid }} -m "[${{ github.event.inputs.tag }}] %s"
- run: npm update homebridge-eufy-security
- run: npm run prebuild
- run: npm update homebridge-eufy-security
- run: git push --force
- run: git push origin --tags --force

Expand Down

0 comments on commit 099f5f8

Please sign in to comment.