Skip to content

Commit

Permalink
try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kerphi authored Oct 25, 2022
1 parent d2f557c commit 0d9ff49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
git config --global user.name "Github Action"
git tag $NEW_TAG
git push origin $NEW_TAG
git commit --amend -m "Version $NEW_TAG [skip ci]"
git push
#git commit --amend -m "Version $NEW_TAG [skip ci]"
#git push
# merge la préparation de la nouvelle version sur develop
# (version X.X.X-SNAPSHOT)
Expand Down

0 comments on commit 0d9ff49

Please sign in to comment.