From 099f5f8c1d1ca4f90fa975b4e2568ed46399fcba Mon Sep 17 00:00:00 2001 From: lenoxys <3996456+lenoxys@users.noreply.github.com> Date: Tue, 6 Aug 2024 10:49:21 +0200 Subject: [PATCH] Update publish_release.yml --- .github/workflows/publish_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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