From eded2f78b500c6b28fd2c9f66e6783751cd0ff1f Mon Sep 17 00:00:00 2001 From: Dong-Ha Kim Date: Wed, 2 Oct 2024 18:45:12 +0800 Subject: [PATCH] ci: remove slack step in release (#32) --- .github/workflows/release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a6ea28..609185f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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!"