Skip to content

Commit

Permalink
Update alpha-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Apr 27, 2024
1 parent 903f56b commit 7258ef7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/alpha-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
tag_name: v${{ needs.publish.outputs.NPM_VERSION }}
release_name: v${{ needs.publish.outputs.NPM_VERSION }}
body: |
Latest Alpha v${{ needs.publish.outputs.NPM_VERSION }}
v${{ needs.publish.outputs.NPM_VERSION }}
[How To Test Upcoming Changes](https://github.com/homebridge/homebridge-config-ui-x/wiki/How-To-Test-Upcoming-Changes)
keep_num: 0 # remove the just created release as well
keep_tags: false
Expand Down Expand Up @@ -102,5 +102,6 @@ jobs:
with:
footer_title: "Homebridge UI Alpha Release"
message_description: "Homebridge UI Alpha Release v${{ needs.publish.outputs.NPM_VERSION }}"
message_url: "https://github.com/homebridge/homebridge-config-ui-x/releases/tag/v${{ needs.publish.outputs.NPM_VERSION }}"
secrets:
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL_BETA }}
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_URL_BETA }}

0 comments on commit 7258ef7

Please sign in to comment.