|
|
|
@ -10,7 +10,7 @@ on:
|
|
|
|
|
main_version:
|
|
|
|
|
type: choice
|
|
|
|
|
description: The main version to update
|
|
|
|
|
options:
|
|
|
|
|
options:
|
|
|
|
|
- v3
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
@ -27,4 +27,4 @@ jobs:
|
|
|
|
|
- name: Tag new target
|
|
|
|
|
run: git tag -f ${{ github.event.inputs.main_version }} ${{ github.event.inputs.target }}
|
|
|
|
|
- name: Push new tag
|
|
|
|
|
run: git push origin ${{ github.event.inputs.main_version }} --force
|
|
|
|
|
run: git push origin ${{ github.event.inputs.main_version }} --force
|
|
|
|
|