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