Skip to content

Commit

Permalink
ci: remove slack notification dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Nov 30, 2024
1 parent 4d04b54 commit be4e356
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,3 @@ jobs:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Notification
if: github.event.inputs.preRelease == 'skip'
uses: slackapi/[email protected]
with:
payload: |
{
"package_name": "@ark-ui/${{ github.event.inputs.package }}",
"changelog_url": "https://ark-ui.com/docs/changelog/${{ github.event.inputs.package }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit be4e356

Please sign in to comment.