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.
2 parents 3edc7bc + e1d75c7 commit dd38087Copy full SHA for dd38087
.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