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.
2 parents f1e3381 + ee0ac7d commit 6fe6775Copy full SHA for 6fe6775
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
- name: Update major version tag (e.g., v1)
43
if: github.ref == 'refs/heads/master'
44
- run: git tag -f v${MAJOR_VERSION} && git push origin v${MAJOR_VERSION}
+ run: git tag -f v${MAJOR_VERSION} && git push --force origin refs/tags/v${MAJOR_VERSION}:refs/tags/v${MAJOR_VERSION}
45
env:
46
47
MAJOR_VERSION: ${{ steps.semantic.outputs.new_release_major_version }}
0 commit comments