We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d7e45 commit e6aeb31Copy full SHA for e6aeb31
.github/workflows/build.yml
@@ -22,6 +22,7 @@ jobs:
22
# -----------------------------------------------------------------
23
prepare:
24
name: Prepare Release
25
+ runs-on: ubuntu-latest
26
outputs:
27
should_deploy: ${{ steps.buildvars.outputs.should_deploy }}
28
pkg_version: ${{ steps.buildvars.outputs.pkg_version }}
0 commit comments