Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit a7a4244

Browse files
committed
Fix workflow
1 parent e7ae7e9 commit a7a4244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
modrinth_token: ${{ secrets.MODRINTH_TOKEN }}
2727
curseforge_token: ${{ secrets.CURSEFORGE_TOKEN }}
2828
github_token: ${{ secrets.GH_API_KEY }}
29-
discord_release_webhook: ${{ secrets.DISCORD_WEBHOOK }}
29+
discord_release_webhook: ${{ secrets.DISCORD_RELEASE_WEBHOOK }}
3030
- name: Capture build artifacts
3131
uses: actions/upload-artifact@v2
3232
with:

0 commit comments

Comments
 (0)