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 3, 2024
1 parent 054413f commit 09152aa
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 @@ -49,8 +49,8 @@ jobs:
git config --global user.email "github-action@noreply"
git config --global user.name "Github Action"
echo $NEW_TAG > .version
git add .version
echo $NEW_TAG > version
git add version
# création du tag
git commit -m "Version $NEW_TAG"
git tag $NEW_TAG
Expand Down

0 comments on commit 09152aa

Please sign in to comment.