Skip to content

Commit b15313a

Browse files
committed
Add git push command to force update major tags in release-drafter workflow
1 parent 80db2bd commit b15313a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-drafter.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
4040
- name: force update major tag
4141
run: |
42+
git push --tags
4243
git tag
4344
git tag v${{ steps.version.outputs.major }} ${{ steps.version.outputs.tag }} -f
4445
git push origin refs/tags/v${{ steps.version.outputs.major }} -f

0 commit comments

Comments
 (0)