Skip to content

Commit

Permalink
Set environment variable for WiX
Browse files Browse the repository at this point in the history
  • Loading branch information
elzik committed Oct 26, 2024
1 parent da5cb4d commit 83d549c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83d549c

Please sign in to comment.