Skip to content

Commit

Permalink
Add configure job as dependency for create_release job
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffe86 committed Feb 25, 2024
1 parent 0408f29 commit bd3ac9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/openhab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ jobs:
secrets: inherit

create_release:
needs: build
needs:
- build
- configure
uses: ./.github/workflows/release.yml
with:
beta_release: ${{ inputs.IsBetaRelease }}
Expand Down

0 comments on commit bd3ac9e

Please sign in to comment.