We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1dbd60f + bd3a99e commit 23782c4Copy full SHA for 23782c4
1 file changed
.github/workflows/release.yml
@@ -42,4 +42,5 @@ jobs:
42
env:
43
GITHUB_TOKEN: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}
44
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }} # Uncomment if publishing to npm
45
+ DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
46
run: npx semantic-release
0 commit comments