Skip to content

Commit

Permalink
Testing more on Sun Sep 1 12:18:21 AM EDT 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
sfloess committed Sep 1, 2024
1 parent 1da1da0 commit 29db69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
]
- name: Incrementing pom.xml version
run: ./.github/actions/increment-pom.sh
run: "mvn -U build-helper:parse-version versions:set -DnewVersion=\${parsedVersion.majorVersion}.\${parsedVersion.nextMinorVersion} versions:commit"

- name: Build
run: mvn -U clean install
Expand Down

0 comments on commit 29db69d

Please sign in to comment.