mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
fix yaml
This commit is contained in:
parent
ed8f2ab96f
commit
5b3adb2c7e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -89,7 +89,7 @@ jobs:
|
|||||||
create_release:
|
create_release:
|
||||||
name: Create Release
|
name: Create Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: !contains(github.ref, 'test')
|
if: ${{ !contains(github.ref, 'test') }}
|
||||||
needs: [build_macos, build_windows, build_linux]
|
needs: [build_macos, build_windows, build_linux]
|
||||||
steps:
|
steps:
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user