We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5e800 commit d88daddCopy full SHA for d88dadd
.github/workflows/nodejs.yml
@@ -33,7 +33,7 @@ jobs:
33
34
publish-npm:
35
# 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)
36
- if: github.repository == 'donavanbecker/homebridge-honeywell-home' && github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v')
+ if: github.repository == 'Brandawg93/homebridge-camera-ffmpeg' && github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v')
37
38
needs: build # only run if build succeeds
39
0 commit comments