Skip to content

Commit dd38087

Browse files
authored
Merge pull request #69 from wayofdev/feat/reusable-workflows
fix: empty version string
2 parents 3edc7bc + e1d75c7 commit dd38087

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
runs-on: "ubuntu-latest"
1414
outputs:
1515
matrix: ${{ steps.matrix.outputs.matrix }}
16+
version: ${{ steps.version.outputs.version }}
1617
steps:
1718
- name: ⚙️ Generate matrix
1819
id: matrix

0 commit comments

Comments
 (0)