Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
fix: adjusted release workflow (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
t0bst4r authored Jun 9, 2024
1 parent 9f8220d commit 7cf829c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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:
Expand Down

0 comments on commit 7cf829c

Please sign in to comment.