Skip to content

Commit

Permalink
Fix tag push YAML whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
elzik committed Nov 2, 2023
1 parent a3d0cc2 commit d767388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d767388

Please sign in to comment.