We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d5ec2 commit 84c4d0aCopy full SHA for 84c4d0a
1 file changed
.github/workflows/post-release.yml
@@ -117,11 +117,10 @@ jobs:
117
uses: slackapi/slack-github-action@v1.24.0
118
env:
119
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
120
- ON_SUCCESS: |
121
- <@channel>
122
- Release **${{ env.VERSION_NAME }}** has been published ! :tada:
+ ON_SUCCESS: |-
+ <@channel> *${{ env.VERSION_NAME }}* has been published to PyPI :python: :tada:
123
<${{ steps.github-release.outputs.url }}|Release notes> | <https://pypi.org/project/giskard/${{ env.VERSION_NUMBER }}|PyPI>
124
- ON_FAILURE: |
+ ON_FAILURE: |-
125
"<@channel> Release ${{ env.VERSION_NAME }} failed on post-release :cross:
126
<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|logs>
127
with:
0 commit comments