We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee072dd commit 6240eb9Copy full SHA for 6240eb9
1 file changed
.github/workflows/python-publish.yml
@@ -38,3 +38,13 @@ jobs:
38
39
git tag "$VERSION" 2>/dev/null || echo "Tag already exists"
40
git push origin "$VERSION" || true
41
+
42
+ - name: Notify slack releases channel
43
+ uses: slackapi/slack-github-action@v2
44
+ with:
45
+ webhook: ${{ secrets.SLACK_RELEASES_PROD_WEBHOOK_URL }}
46
+ webhook-type: webhook-trigger
47
+ payload: |
48
+ status: "${{ job.status }}"
49
+ environment: "PRODUCTION"
50
+ project: "LexFloatClient Python"
0 commit comments