We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48efcce commit 0cabf3aCopy full SHA for 0cabf3a
.github/workflows/release.yml
@@ -67,7 +67,7 @@ jobs:
67
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
68
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
69
with:
70
- channel-id: bento
+ channel-id: C02UMTSG2BA
71
payload: '{"text": ":tada: Version ${{ github.ref_name }} has been released!"}'
72
73
- uses: slackapi/[email protected]
@@ -76,5 +76,5 @@ jobs:
76
77
78
79
80
payload: '{"text": ":x: Version ${{ github.ref_name }} failed to release"}'
0 commit comments