pull/942/head
Francesco Renzi 3 years ago
parent 380e16e9b9
commit 3487d4feda

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

Loading…
Cancel
Save