Skip to content

Commit

Permalink
Ajout de la github action create-release
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelien23 committed Oct 2, 2024
1 parent f37b164 commit b97f8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
echo "push origin"
git commit --amend -m "Version $NEW_TAG [skip ci]"
echo "commit"
git -f push
git push -f
echo "push"
# merge la préparation de la nouvelle version sur develop
git switch develop
Expand Down

0 comments on commit b97f8ca

Please sign in to comment.