This commit is contained in:
charlesgauthereau
2026-03-06 17:42:09 +01:00
parent aa736b8b4a
commit 72b5816451
+5 -2
View File
@@ -219,6 +219,10 @@ jobs:
needs: create-release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Publish GitHub Release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -226,9 +230,8 @@ jobs:
gh release edit ${{ needs.create-release.outputs.draft_tag }} --draft=false
notify-discord:
needs: create-release
needs: finalize-release
uses: ./.github/workflows/discord.yml
with:
discord_title: "New Release: v${{ needs.create-release.outputs.draft_tag }}"