Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
if: inputs.slack-subteam != ''
uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3
with:
webhook-type: incoming-webhook
Comment thread
witmicko marked this conversation as resolved.
payload: |
{
"text": "${{ steps.final-text.outputs.FINAL_TEXT }}",
Expand All @@ -67,7 +68,6 @@ jobs:
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Comment thread
witmicko marked this conversation as resolved.
Outdated
SLACK_WEBHOOK_TYPE: incoming-webhook
continue-on-error: true

publish-release:
Expand Down