We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c157e commit e86ce03Copy full SHA for e86ce03
.github/workflows/build.yaml
@@ -8,6 +8,7 @@ env:
8
jobs:
9
build_prepare:
10
name: Prepare build
11
+ runs-on: ubuntu-22.04
12
outputs:
13
version: ${{ steps.version.outputs.version }}
14
channel: ${{ steps.version.outputs.channel }}
0 commit comments