Skip to content

Commit

Permalink
5.2 feature release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
badgerwithagun authored Mar 10, 2023
1 parent 9dd6f44 commit 0fa4702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build, publish to GPR and tag
run: |
if [ "$GITHUB_REPOSITORY" == "gruelbox/transaction-outbox" ]; then
revision="5.1.$GITHUB_RUN_NUMBER"
revision="5.2.$GITHUB_RUN_NUMBER"
echo "Building $revision at $GITHUB_SHA"
mvn -Pdelombok -B deploy -s $GITHUB_WORKSPACE/settings.xml -Drevision="$revision"
echo "Tagging $revision"
Expand Down

0 comments on commit 0fa4702

Please sign in to comment.