From dcc6168865b7268b9a934c02941af5041d0f2f8c Mon Sep 17 00:00:00 2001 From: Eike Haller <58111764+eksrha@users.noreply.github.com> Date: Sun, 26 May 2024 08:59:53 +0200 Subject: [PATCH] Update Release.yaml (#179) --- .github/workflows/Release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Release.yaml b/.github/workflows/Release.yaml index 60f336b..3b0233d 100644 --- a/.github/workflows/Release.yaml +++ b/.github/workflows/Release.yaml @@ -67,7 +67,7 @@ jobs: - name: Compress binaries with upx run: make upx env: - VERSION: "${{ needs.generate-infos.outputs.version }}" + VERSION: "${{ needs.create-release.outputs.version }}" - name: create changelog & update release-template.md run: make chglog