We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f1159 commit ae1191cCopy full SHA for ae1191c
.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