Skip to content

Commit d8aac10

Browse files
authored
Update Maven command to use flatten-poms profile
1 parent 49c788a commit d8aac10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828

29-
run: mvn -DskipTests=true clean deploy
29+
run: mvn -P flatten-poms -DskipTests=true clean deploy

0 commit comments

Comments
 (0)