From e05bb7312371e367fdd1a6dc26d6f3330a603207 Mon Sep 17 00:00:00 2001 From: Donavan Becker <9875439+donavanbecker@users.noreply.github.com> Date: Wed, 27 May 2020 15:44:26 -0500 Subject: [PATCH] Update nodejs.yml --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 4be38392..ff3318c4 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -33,7 +33,7 @@ jobs: publish-npm: # publish only if we are on our own repo, event was 'release' (a tag was created) and the tag starts with "v" (aka version tag) - if: github.repository == 'donavanbecker/homebridge-meross' && github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v') + if: github.repository == 'homebridge-plugins/homebridge-meross' && github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v') needs: build # only run if build succeeds