ci: fix build missing runs-on param
This commit is contained in:
parent
f8d7e45239
commit
e6aeb3187e
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
|||
# -----------------------------------------------------------------
|
||||
prepare:
|
||||
name: Prepare Release
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
should_deploy: ${{ steps.buildvars.outputs.should_deploy }}
|
||||
pkg_version: ${{ steps.buildvars.outputs.pkg_version }}
|
||||
|
|
Loading…
Reference in a new issue