From 3487d4fedaaea9105928a16e5b51c250f5b3e04f Mon Sep 17 00:00:00 2001 From: Francesco Renzi Date: Tue, 4 Oct 2022 11:49:41 +0100 Subject: [PATCH] New line --- .github/workflows/update-main-version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-main-version.yml b/.github/workflows/update-main-version.yml index c9f3c14..c1e046a 100644 --- a/.github/workflows/update-main-version.yml +++ b/.github/workflows/update-main-version.yml @@ -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 \ No newline at end of file + run: git push origin ${{ github.event.inputs.main_version }} --force