Skip to content

Commit 477d6ab

Browse files
committed
Disabled unique version option
1 parent ad99c20 commit 477d6ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
run: |
2020
echo "<settings><servers><server><id>github</id><username>OWNER</username><password>${GITHUB_TOKEN}</password></server></servers></settings>" > ~/.m2/settings.xml
21-
mvn deploy -DskipITs
21+
mvn deploy -DskipITs -DuniqueVersion=false

0 commit comments

Comments
 (0)