Skip to content

Commit

Permalink
[BUG] 🐛Fix release action
Browse files Browse the repository at this point in the history
Signed-off-by: CĂ©dric Couralet <[email protected]>
  • Loading branch information
micedre committed Jun 18, 2021
1 parent ce76dcf commit 9923890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
git config --global user.name "Insee - Domaine Outils Transverses"
git config --global user.email "[email protected]"
git clone https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{github.repository}}.git
git fetch --tags
cd sugoi-api/
git fetch --tags
git checkout -b release-${{ github.event.inputs.version }}
mvn -B versions:set -DnewVersion=${{ github.event.inputs.version }}
CHANGELOG=$(git log `git describe --tags --abbrev=0`..HEAD --no-decorate --pretty=format:"%s")
Expand Down

0 comments on commit 9923890

Please sign in to comment.