mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 04:19:32 +00:00
chore: remove discord release workflow
This commit is contained in:
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@@ -62,17 +62,3 @@ jobs:
|
|||||||
run: pnpm -r publish --access public --no-git-checks --tag ${{ steps.determine_npm_tag.outputs.npm_tag }}
|
run: pnpm -r publish --access public --no-git-checks --tag ${{ steps.determine_npm_tag.outputs.npm_tag }}
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
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
|
|
||||||
Reference in New Issue
Block a user