Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f070e091bc | ||
|
|
bf52dcb0f1 |
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -68,5 +68,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Update major version tag
|
- name: Update major version tag
|
||||||
run: |
|
run: |
|
||||||
|
git fetch origin tag "${{ steps.version.outputs.new }}"
|
||||||
git tag -f "${{ steps.version.outputs.major }}" "${{ steps.version.outputs.new }}"
|
git tag -f "${{ steps.version.outputs.major }}" "${{ steps.version.outputs.new }}"
|
||||||
git push -f origin "${{ steps.version.outputs.major }}"
|
git push -f origin "${{ steps.version.outputs.major }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user