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 2991832 commit ba8ea4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,12 @@ jobs:
#git commit -m "Version $NEW_TAG"
git tag $NEW_TAG
echo "avant push tag"
git push -f origin $NEW_TAG
git push origin $NEW_TAG
echo "push origin"
git commit --amend -m "Version $NEW_TAG [skip ci]"
echo "commit"
git pull
echo "pull"
git push
echo "push"
# merge la préparation de la nouvelle version sur develop
Expand Down

0 comments on commit ba8ea4d

Please sign in to comment.