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:
|
release:
|
||||||
name: Release
|
name: Release
|
||||||
if: ${{ steps.calculate-release-flags.outputs.release-detected == 'true' }}
|
if: ${{ needs.calculate-release-flags.outputs.release-detected == 'true' }}
|
||||||
needs: binaries
|
needs: binaries
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue