1 parent e452f11 commit d6edeb5Copy full SHA for d6edeb5
1 file changed
.github/workflows/build.yml
@@ -224,7 +224,7 @@ jobs:
224
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
225
RUN_ID: ${{ github.run_id }}
226
SERVER_URL: ${{ github.server_url }}
227
- RELEASES_URL: ${{ github.server_url }}/${{ github.repository }}/releases
+ RELEASES_URL: ${{ github.server_url }}/${{ github.repository }}/releases/tag/dev
228
run: |
229
if [ -z "$DISCORD_WEBHOOK_URL" ]; then
230
echo "DISCORD_WEBHOOK_URL is not configured. Skipping Discord notification."
0 commit comments