diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4606fa1..e33e40b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -112,8 +112,6 @@ jobs: publish: needs: build - if: ${{ github.repository == 'homebridge/ffmpeg-for-homebridge' && github.branches == 'master' && github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v')}} - uses: homebridge/.github/.github/workflows/npm-publish.yml@main secrets: npm_auth_token: ${{ secrets.npm_token }}