Skip to content

Commit

Permalink
Test sans .version
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelien23 committed Oct 3, 2024
1 parent 4906dbb commit 5a29c87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,14 @@ jobs:
git config --global user.email "github-action@noreply"
git config --global user.name "Github Action"
echo $NEW_TAG > .version
git add .version
# création du tag
git commit -m "Version $NEW_TAG"
git tag $NEW_TAG
git tag $NEW_TAG
git commit -m "Version $NEW_TAG [skip ci]"
git push origin $NEW_TAG
git commit --amend -m "Version $NEW_TAG [skip ci]"
git push
# merge la préparation de la nouvelle version sur develop
git switch develop
git merge main -m "Merge main to develop [skip ci]"
git push
- name: 'Create the github release'
uses: softprops/action-gh-release@v1
with:
Expand Down
1 change: 0 additions & 1 deletion .version

This file was deleted.

0 comments on commit 5a29c87

Please sign in to comment.