Skip to content

Commit 0cabf3a

Browse files
committed
Fix channel name
1 parent 48efcce commit 0cabf3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
6868
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
6969
with:
70-
channel-id: bento
70+
channel-id: C02UMTSG2BA
7171
payload: '{"text": ":tada: Version ${{ github.ref_name }} has been released!"}'
7272

7373
- uses: slackapi/[email protected]
@@ -76,5 +76,5 @@ jobs:
7676
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
7777
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
7878
with:
79-
channel-id: bento
79+
channel-id: C02UMTSG2BA
8080
payload: '{"text": ":x: Version ${{ github.ref_name }} failed to release"}'

0 commit comments

Comments
 (0)