Skip to content

Commit

Permalink
Revert "Update trigger workflow the version handling (moditect#152)"
Browse files Browse the repository at this point in the history
This reverts commit 2b66c51.
  • Loading branch information
gunnarmorling committed Oct 4, 2021
1 parent 2b66c51 commit 07429ef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ jobs:
VERSION=${{ github.event.inputs.version }}
echo "Releasing $VERSION from $BRANCH branch"
git checkout $BRANCH
./mvnw -B versions:set -DnewVersion=$VERSION -f parent/pom.xml -pl :moditect-parent -Dversion.versions.plugin=2.7 -DgenerateBackupPoms=false
./mvnw -B versions:update-child-modules
./mvnw -B versions:commit
./mvnw -B versions:set versions:commit -DnewVersion=1.0.0.RC2 -Dversion.versions.plugin=2.7 -DgenerateBackupPoms=false -f parent/pom.xml
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"
Expand Down

0 comments on commit 07429ef

Please sign in to comment.