Skip to content

Commit ee4e180

Browse files
committed
Trying to resolve package registry problem. Getting 422 from github.
1 parent 513ee8a commit ee4e180

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 -DuniqueVersion=false
21+
mvn deploy -DskipITs -DuniqueVersion=true

0 commit comments

Comments
 (0)