Skip to content

Commit

Permalink
Merge branch 'feature/fix-lint-code' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteLecat committed Dec 8, 2023
2 parents 9a88b07 + 1d212ab commit 1505286
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 1505286

Please sign in to comment.