Skip to content

Commit

Permalink
Merge pull request #69 from wayofdev/feat/reusable-workflows
Browse files Browse the repository at this point in the history
fix: empty version string
  • Loading branch information
lotyp authored May 17, 2023
2 parents 3edc7bc + e1d75c7 commit dd38087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: "ubuntu-latest"
outputs:
matrix: ${{ steps.matrix.outputs.matrix }}
version: ${{ steps.version.outputs.version }}
steps:
- name: ⚙️ Generate matrix
id: matrix
Expand Down

0 comments on commit dd38087

Please sign in to comment.