From 83d549cbd813e26fc73c406e9a008dc412da1f22 Mon Sep 17 00:00:00 2001 From: elzik <23397871+elzik@users.noreply.github.com> Date: Sat, 26 Oct 2024 14:30:14 +0100 Subject: [PATCH] Set environment variable for WiX --- .github/workflows/continuous-delivery.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 9dd61f3..15edd40 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -122,6 +122,7 @@ jobs: - uses: actions/checkout@v4 - name: Tag With SemVer run: | + export GitVersion_SemVer=${{ needs.check-release-requirement.outputs.semantic-version }} git tag "v${{ needs.check-release-requirement.outputs.semantic-version }}" git push --tags - uses: actions/download-artifact@v3