We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0b385 commit e1d75c7Copy full SHA for e1d75c7
.github/workflows/build-release.yml
@@ -13,6 +13,7 @@ jobs:
13
runs-on: "ubuntu-latest"
14
outputs:
15
matrix: ${{ steps.matrix.outputs.matrix }}
16
+ version: ${{ steps.version.outputs.version }}
17
steps:
18
- name: ⚙️ Generate matrix
19
id: matrix
0 commit comments