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 6e17c4e commit eded2f7Copy full SHA for eded2f7
.github/workflows/release.yml
@@ -37,8 +37,3 @@ jobs:
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
40
-
41
- - name: Send a Slack notification if a publish happens
42
- if: steps.changesets.outputs.published == 'true'
43
- # You can do something when a publish happens.
44
- run: my-slack-bot send-notification --message "A new version of ${GITHUB_REPOSITORY} was published!"
0 commit comments