Skip to content

Commit d6edeb5

Browse files
authored
Update RELEASES_URL for Discord notifications
1 parent e452f11 commit d6edeb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
225225
RUN_ID: ${{ github.run_id }}
226226
SERVER_URL: ${{ github.server_url }}
227-
RELEASES_URL: ${{ github.server_url }}/${{ github.repository }}/releases
227+
RELEASES_URL: ${{ github.server_url }}/${{ github.repository }}/releases/tag/dev
228228
run: |
229229
if [ -z "$DISCORD_WEBHOOK_URL" ]; then
230230
echo "DISCORD_WEBHOOK_URL is not configured. Skipping Discord notification."

0 commit comments

Comments
 (0)