Skip to content

Commit 84c4d0a

Browse files
committed
Update final slack notif
1 parent c0d5ec2 commit 84c4d0a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/post-release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,10 @@ jobs:
117117
uses: slackapi/slack-github-action@v1.24.0
118118
env:
119119
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
120-
ON_SUCCESS: |
121-
<@channel>
122-
Release **${{ env.VERSION_NAME }}** has been published ! :tada:
120+
ON_SUCCESS: |-
121+
<@channel> *${{ env.VERSION_NAME }}* has been published to PyPI :python: :tada:
123122
<${{ steps.github-release.outputs.url }}|Release notes> | <https://pypi.org/project/giskard/${{ env.VERSION_NUMBER }}|PyPI>
124-
ON_FAILURE: |
123+
ON_FAILURE: |-
125124
"<@channel> Release ${{ env.VERSION_NAME }} failed on post-release :cross:
126125
<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|logs>
127126
with:

0 commit comments

Comments
 (0)