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 372d825 + a0a96af commit b55920eCopy full SHA for b55920e
.github/workflows/major-version-updater.yml
@@ -29,5 +29,5 @@ jobs:
29
{ echo "tag=${tag}"; echo "version=${version}"; echo "major=${major}"; } >> "$GITHUB_OUTPUT"
30
- name: force update major tag
31
run: |
32
- git tag v${{ steps.version.outputs.major }} ${{ steps.version.outputs.tag }}
+ git tag -f v${{ steps.version.outputs.major }} ${{ steps.version.outputs.tag }}
33
git push -f origin v${{ steps.version.outputs.major }}
0 commit comments