Skip to content

Commit

Permalink
discord
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Nov 21, 2024
1 parent 40bd337 commit 828b7aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 828b7aa

Please sign in to comment.