mirror of
https://github.com/hannobraun/Fornjot
synced 2025-03-12 16:12:12 +00:00
Fix step name
This commit is contained in:
parent
639e1f1ba4
commit
084bad5927
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
name: Calculate release flags
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
release-detected: ${{ steps.step1.outputs.release-detected }}
|
||||
release-detected: ${{ steps.release.outputs.release-detected }}
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Loading…
Reference in New Issue
Block a user