From e1d75c7b2ad746642afdac64bd6109b87d380c90 Mon Sep 17 00:00:00 2001 From: lotyp Date: Wed, 17 May 2023 12:15:27 +0300 Subject: [PATCH] fix: empty version string --- .github/workflows/build-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index e996e88..9d27ad5 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -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