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 80db2bd commit b15313aCopy full SHA for b15313a
1 file changed
.github/workflows/release-drafter.yaml
@@ -39,6 +39,7 @@ jobs:
39
40
- name: force update major tag
41
run: |
42
+ git push --tags
43
git tag
44
git tag v${{ steps.version.outputs.major }} ${{ steps.version.outputs.tag }} -f
45
git push origin refs/tags/v${{ steps.version.outputs.major }} -f
0 commit comments