Skip to content

Commit

Permalink
Fix channel name
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Aug 20, 2024
1 parent 48efcce commit 0cabf3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
with:
channel-id: bento
channel-id: C02UMTSG2BA
payload: '{"text": ":tada: Version ${{ github.ref_name }} has been released!"}'

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

0 comments on commit 0cabf3a

Please sign in to comment.