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 cd47985 commit d342f88
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,9 @@ jobs:
#git add .
#git commit -m "Version $NEW_TAG"
git tag $NEW_TAG
echo "avant push tag"
git push origin $NEW_TAG
echo "push origin"
git commit --amend -m "Version $NEW_TAG [skip ci]"
echo "commit"
git commit --amend -m "Version $NEW_TAG [skip ci]"
git push -f
echo "push"
# merge la préparation de la nouvelle version sur develop
git switch develop
git merge main -m "Merge main to develop [skip ci]"
Expand Down

0 comments on commit d342f88

Please sign in to comment.