Skip to content

Commit d88dadd

Browse files
Update nodejs.yml
1 parent bd5e800 commit d88dadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
publish-npm:
3535
# 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')
36+
if: github.repository == 'Brandawg93/homebridge-camera-ffmpeg' && github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v')
3737

3838
needs: build # only run if build succeeds
3939

0 commit comments

Comments
 (0)