fix: workflow

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

---------

Co-authored-by: charlesgauthereau <charles.gauthereau@soluce-technologies.com>
This commit is contained in:
Charles GTE
2026-03-06 17:43:01 +01:00
committed by GitHub
co-authored by charlesgauthereau
parent 4016191497
commit 4405b61e03
+5 -1
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 }}
@@ -228,7 +232,7 @@ jobs:
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 }}"