Skip to content

Commit dce2d3b

Browse files
committed
Disable announcing releases in chat
1 parent f8f7283 commit dce2d3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/spring-post-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
with:
4545
gchat-webhook-url: ${{ env.CHAT_WEBHOOK_URL }}
4646
version: ${{ inputs.milestone }}
47-
env:
48-
CHAT_WEBHOOK_URL: ${{ secrets.SPRING_RELEASE_CHAT_WEBHOOK_URL }}
47+
# env:
48+
# CHAT_WEBHOOK_URL: ${{ secrets.SPRING_RELEASE_CHAT_WEBHOOK_URL }}
4949

5050
- id: support-window
5151
if: ${{ inputs.hotfix != 'true' && !contains(inputs.milestone, '-') }}

0 commit comments

Comments
 (0)