From 29ebab00f53c98ab105b45bd3ed9e76e1a9c5bbd Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Sun, 1 Jun 2025 08:52:28 -0700 Subject: [PATCH] chore: remove discord release workflow --- .github/workflows/release.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ebf6d7ca..837d535e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,18 +61,4 @@ jobs: - name: Publish to npm run: pnpm -r publish --access public --no-git-checks --tag ${{ steps.determine_npm_tag.outputs.npm_tag }} env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - - name: Send Release To Discord - uses: SethCohen/github-releases-to-discord@v1.15.1 - with: - webhook_url: ${{ secrets.WEBHOOK_URL }} - color: "2105893" - username: "Better Auth Release Bot" - avatar_url: "https://github.com/better-auth.png" - content: "New release of Better Auth has been published" - footer_title: "Better Auth Changelog" - footer_icon_url: "https://github.com/better-auth.png" - footer_timestamp: true - max_description: '4096' - reduce_headings: true \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file