From d7673883888b61f793489494a3caa914670c9597 Mon Sep 17 00:00:00 2001 From: elzik <23397871+elzik@users.noreply.github.com> Date: Thu, 2 Nov 2023 22:01:17 +0000 Subject: [PATCH] Fix tag push YAML whitespace --- .github/workflows/continuous-delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index ece7650..3a85f0e 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -60,7 +60,7 @@ jobs: if: steps.release-check.outputs.needs-release == 'True' run: | git tag "v${{ env.GitVersion_SemVer }}" - git push --tags + git push --tags shell: pwsh - name: Windows Release uses: softprops/action-gh-release@v1