Skip to content

Commit

Permalink
Ignore version
Browse files Browse the repository at this point in the history
  • Loading branch information
lenoxys committed Aug 6, 2024
1 parent 28ce6db commit b93f416
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ 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 run prebuild
- run: npm update homebridge-eufy-security
- run: git push --force
- run: git push origin --tags --force
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,6 @@ dist

homebridge-ui/

src/plugin/version.ts

TODO
2 changes: 1 addition & 1 deletion src/plugin/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const LIB_VERSION = "3.4.2";
export const LIB_VERSION = "4.0.2";

0 comments on commit b93f416

Please sign in to comment.