mirror of https://github.com/hannobraun/Fornjot
Change "steps" to "needs" in the `release` if expression
This commit is contained in:
parent
9759d926ea
commit
dade3052cf
|
@ -91,7 +91,7 @@ jobs:
|
|||
|
||||
release:
|
||||
name: Release
|
||||
if: ${{ steps.calculate-release-flags.outputs.release-detected == 'true' }}
|
||||
if: ${{ needs.calculate-release-flags.outputs.release-detected == 'true' }}
|
||||
needs: binaries
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue