We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defcb8a commit 736e8a5Copy full SHA for 736e8a5
1 file changed
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
./mvnw -ntp -B versions:set versions:commit -DnewVersion=$RELEASE_VERSION -pl :moditect-parent
67
git config --global user.email "moditect-release-bot@moditect.org"
68
git config --global user.name "moditect-release-bot"
69
- git commit -a -m "Releasing version $VERSION"
+ git commit -a -m "Releasing version $RELEASE_VERSION"
70
git push origin $BRANCH
71
echo "BRANCH=$BRANCH" >> $GITHUB_ENV
72
echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
0 commit comments