We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git push --atomic
1 parent 5b5acec commit 56ce51eCopy full SHA for 56ce51e
.github/workflows/release.yml
@@ -69,4 +69,4 @@ jobs:
69
git tag "v${{ needs.create-version.outputs.new-version }}"
70
- name: Push
71
run: |
72
- git push --follow-tags
+ git push --atomic origin main "v${{ needs.create-version.outputs.new-version }}"
0 commit comments