ci: fix build missing runs-on param

This commit is contained in:
Nicolas Giard 2022-03-23 15:01:54 -04:00 committed by GitHub
parent f8d7e45239
commit e6aeb3187e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}