Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker authored May 27, 2020
1 parent 8a55108 commit e05bb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e05bb73

Please sign in to comment.