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.
1 parent 54e3ca6 commit 5fbbe92Copy full SHA for 5fbbe92
.github/workflows/publish-major-minor.yml
@@ -47,5 +47,6 @@ jobs:
47
--message='original tag: ${{ env.original_tag_name }}'
48
git tag --annotate '${{ env.minor_version }}' \
49
50
- git push origin '${{ env.major_version }}' --force-with-lease
51
- git push origin '${{ env.minor_version }}' --force-with-lease
+ git push --force --atomic origin \
+ '${{ env.major_version }}' \
52
+ '${{ env.minor_version }}'
0 commit comments