diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 0dc9ea26..c355982d 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -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