Skip to content

Commit 216a6c8

Browse files
Fix github repo url resolution in release discord message
1 parent 36d0eab commit 216a6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ jobs:
9090
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
9191
uses: Ilshidur/action-discord@master
9292
with:
93-
args: 'A new release is out! Check it at ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/releases/tag/v${{ inputs.version }}.'
93+
args: 'A new release is out! Check it at ${{ env.GITHUB_SERVER_URL }}/${{ env.GITHUB_REPOSITORY }}/releases/tag/v${{ inputs.version }}'

0 commit comments

Comments
 (0)