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