From 7cf829cff21848bb03a3d94f76754e7848fa3d25 Mon Sep 17 00:00:00 2001 From: Tobias Glatthar Date: Sun, 9 Jun 2024 11:51:13 +0200 Subject: [PATCH] fix: adjusted release workflow (#19) --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78b7ce4..7ee9073 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,7 @@ jobs: information: if: ${{ needs.release-please.outputs.release_created }} name: ℹī¸ Addon Information + needs: [ release-please ] runs-on: ubuntu-latest outputs: name: ${{ steps.information.outputs.name }} @@ -45,7 +46,7 @@ jobs: build: if: ${{ needs.release-please.outputs.release_created }} name: 🚀 Build - needs: [ information, release-please ] + needs: [ release-please, information ] uses: ./.github/workflows/wf-docker-build.yaml strategy: matrix: