Skip to content

Commit

Permalink
#203 Adding version to release commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarmorling authored and aalmiray committed Jul 3, 2023
1 parent defcb8a commit 736e8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -66,7 +66,7 @@ jobs:
./mvnw -ntp -B versions:set versions:commit -DnewVersion=$RELEASE_VERSION -pl :moditect-parent
git config --global user.email "moditect-release-bot@moditect.org"
git config --global user.name "moditect-release-bot"
git commit -a -m "Releasing version $VERSION"
git commit -a -m "Releasing version $RELEASE_VERSION"
git push origin $BRANCH
echo "BRANCH=$BRANCH" >> $GITHUB_ENV
echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit 736e8a5

Please sign in to comment.