From 1d212ab1b45e6ee787407b33a41e5e0b0cb6138a Mon Sep 17 00:00:00 2001 From: Lecat Baptiste <60200125+BaptisteLecat@users.noreply.github.com> Date: Fri, 8 Dec 2023 12:34:05 +0100 Subject: [PATCH] Update beta_workflow.yml --- .github/workflows/beta_workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta_workflow.yml b/.github/workflows/beta_workflow.yml index 1326afd..2833f8b 100644 --- a/.github/workflows/beta_workflow.yml +++ b/.github/workflows/beta_workflow.yml @@ -16,12 +16,12 @@ jobs: with: fetch-depth: 0 # Nécessaire pour récupérer tous les tags - - name: Create a PATCH commit + - name: Create a MINOR commit run: | git config --local user.email "ci-executor@github.com" git config --local user.name "GitHub Action" git checkout develop - git commit --allow-empty -m "PATCH Bump version" + git commit --allow-empty -m "MINOR Bump version" git push origin develop shell: bash