Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Apr 30, 2023
1 parent b6fa07e commit 4aed1a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Node Release
on:
push:
tags:
- 'v*.*.*'
- '*.*.*'
workflow_dispatch:

jobs:
Expand All @@ -17,7 +17,7 @@ jobs:
publish:
needs: build_and_test

if: ${{ github.repository == 'homebridge/homebridge' }}
if: ${{ github.repository == 'homebridge/homebridge-config-ui-x' }}

uses: homebridge/.github/.github/workflows/npm-publish.yml@main
secrets:
Expand Down

0 comments on commit 4aed1a8

Please sign in to comment.