Skip to content

Commit

Permalink
Update beta_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteLecat committed Dec 8, 2023
1 parent c2efb47 commit 2c02cae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beta_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2c02cae

Please sign in to comment.