diff --git a/.github/workflows/beta-release.yml b/.github/workflows/beta-release.yml index 42cd73f..89b110d 100644 --- a/.github/workflows/beta-release.yml +++ b/.github/workflows/beta-release.yml @@ -33,7 +33,7 @@ jobs: needs: publish uses: homebridge/.github/.github/workflows/discord-webhooks.yml@latest with: - title: Plugin UI Utils + title: Plugin UI Utils (Beta) description: | Version `v${{ needs.publish.outputs.NPM_VERSION }}` secrets: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b156a36..bb0debe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,8 +24,13 @@ 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 }}` + url: 'https://github.com/homebridge/plugin-ui-utils/releases/tag/v${{ needs.publish.outputs.NPM_VERSION }}' secrets: DISCORD_WEBHOOK_URL_LATEST: ${{ secrets.DISCORD_WEBHOOK_URL_LATEST }}