diff --git a/.github/workflows/beta-release.yml b/.github/workflows/beta-release.yml index 184b302..42cd73f 100644 --- a/.github/workflows/beta-release.yml +++ b/.github/workflows/beta-release.yml @@ -18,9 +18,7 @@ jobs: publish: needs: lint - if: ${{ github.repository == 'homebridge/plugin-ui-utils' }} - uses: homebridge/.github/.github/workflows/npm-publish.yml@latest with: tag: beta @@ -31,8 +29,12 @@ jobs: npm_auth_token: ${{ secrets.npm_token }} github-releases-to-discord: + name: Discord Webhooks + needs: publish uses: homebridge/.github/.github/workflows/discord-webhooks.yml@latest with: - footer_title: plugin-ui-utils + title: Plugin UI Utils + description: | + Version `v${{ needs.publish.outputs.NPM_VERSION }}` secrets: DISCORD_WEBHOOK_URL_BETA: ${{ secrets.DISCORD_WEBHOOK_URL_LATEST }}