This commit is contained in:
charlesgauthereau
2026-03-06 18:08:35 +01:00
parent efd123ddfe
commit 0475b3d01a
+1 -2
View File
@@ -53,6 +53,7 @@ jobs:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
publish-docker:
needs: create-release
uses: ./.github/workflows/docker.yml
with:
add_latest: true
@@ -80,8 +81,6 @@ jobs:
RELEASE_TAG=$(echo "$OUTPUT" | sed -E 's|.*/releases/tag/||')
echo "release_tag=$RELEASE_TAG" >> $GITHUB_OUTPUT
notify-discord:
needs: finalize-release
uses: ./.github/workflows/discord.yml