This commit is contained in:
Francesco Renzi 2022-10-04 11:49:41 +01:00
parent 380e16e9b9
commit 3487d4feda

View file

@ -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