Skip to content

Commit

Permalink
Merge branch 'main' into 1320-featestimatorreport-display-the-feature…
Browse files Browse the repository at this point in the history
…-weights-for-linear-models
  • Loading branch information
sylvaincom authored Mar 4, 2025
2 parents a730aa8 + 1c4510c commit 3ebfa52
Showing 1 changed file with 13 additions and 21 deletions.
34 changes: 13 additions & 21 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,28 +88,20 @@ jobs:
- name: Post to slack
uses: slackapi/[email protected]
with:
channel-id: "product-releases"
method: chat.postMessage
token: ${{ secrets.SLACK_BOT_TOKEN }}
payload: |
{
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": ${{ toJSON(github.event.release.html_url) }}
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": ${{ toJSON(format('>>> {0}', github.event.release.body)) }}
}
}
]
}
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
channel: "product-releases"
text: ${{ github.event.release.html_url }}
blocks:
- type: "section"
text:
type: "mrkdwn"
text: ${{ toJSON(github.event.release.html_url) }}
- type: "section"
text:
type: "mrkdwn"
text: ${{ toJSON(format('>>> {0}', github.event.release.body)) }}
clean:
name: Delete package distributions artifacts
Expand Down

0 comments on commit 3ebfa52

Please sign in to comment.