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 027fd06 commit acfb160Copy full SHA for acfb160
.github/workflows/publish.yml
@@ -75,6 +75,15 @@ jobs:
75
NPM_CONFIG_PROVENANCE: 'true'
76
NPM_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
77
78
+ - name: Send GitHub Action data to a Slack workflow
79
+ if: steps.changesets.outputs.published === 'true'
80
+ uses: slackapi/slack-github-action@v2.0.0
81
+ with:
82
+ payload-delimiter: '_'
83
+ webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
84
+ webhook-type: webhook-trigger
85
+ payload: steps.changesets.outputs.publishedPackages
86
+
87
- uses: codecov/codecov-action@v5
88
with:
89
files: ./packages/**/coverage/*.xml
0 commit comments