Skip to content

Commit

Permalink
ci: add project pom xml file to mvn version job (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Campos authored and DerekRoberts committed May 13, 2024
1 parent ef72d0a commit 7a413e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
mvn versions:set -DnewVersion='${{ steps.changelog.outputs.version }}' -f backend/pom.xml -DskipTests -Dtests.skip=true -Dskip.unit.tests=true
- name: Update POM
run: mvn versions:commit
run: mvn versions:commit --file backend/pom.xml

- name: Commit pom and changelog
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit 7a413e3

Please sign in to comment.