mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
fixed invalid workflow
This commit is contained in:
parent
1674d7192e
commit
aad833b266
1 changed files with 2 additions and 0 deletions
2
.github/workflows/create_release.yml
vendored
2
.github/workflows/create_release.yml
vendored
|
@ -194,6 +194,8 @@ jobs:
|
||||||
needs: [build-ios, generate-release-notes]
|
needs: [build-ios, generate-release-notes]
|
||||||
runs-on: macos-13
|
runs-on: macos-13
|
||||||
if: false
|
if: false
|
||||||
|
steps:
|
||||||
|
- run: echo "TODO"
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
name: Cleanup
|
name: Cleanup
|
||||||
|
|
Loading…
Reference in a new issue