Skip to content

Commit eded2f7

Browse files
authored
ci: remove slack step in release (#32)
1 parent 6e17c4e commit eded2f7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,3 @@ jobs:
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
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

Comments
 (0)