mirror of https://github.com/hannobraun/Fornjot
Set outputs for the `calculate-release-flags` job
This commit is contained in:
parent
755dab2eeb
commit
9759d926ea
|
@ -19,6 +19,9 @@ jobs:
|
||||||
calculate-release-flags:
|
calculate-release-flags:
|
||||||
name: Calculate release flags
|
name: Calculate release flags
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
outputs:
|
||||||
|
release-detected: ${{ steps.step1.outputs.release-detected }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in New Issue