Skip to content

Commit

Permalink
ci: remove slack step in release (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaki authored Oct 2, 2024
1 parent 6e17c4e commit eded2f7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Send a Slack notification if a publish happens
if: steps.changesets.outputs.published == 'true'
# You can do something when a publish happens.
run: my-slack-bot send-notification --message "A new version of ${GITHUB_REPOSITORY} was published!"

0 comments on commit eded2f7

Please sign in to comment.