Skip to content

Commit

Permalink
#25951 fixing release version setup.+3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina committed Sep 21, 2023
1 parent 55176fd commit 9eb4065
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cli-release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ jobs:
HEAD=${{ github.ref_name }}
GIT_HEAD=`git rev-parse HEAD`
echo "GIT_HEAD=$GIT_HEAD"
./mvnw -B -ntp versions:set versions:commit -DnewVersion=$VERSION
git commit -a -m "🏁 Releasing version $VERSION"
git push origin "$HEAD"
Expand Down

0 comments on commit 9eb4065

Please sign in to comment.