Skip to content

Commit a1fe9bd

Browse files
committed
Try setting URL directly
1 parent caa9d83 commit a1fe9bd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/distribute-maven-stg.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@ jobs:
208208
run: |
209209
echo "Publishing store: $INPUTS_DISTRIBUTION_PACKAGE-00001"
210210
mvn njord:validate -Dnjord.store=$INPUTS_DISTRIBUTION_PACKAGE-00001 -X
211-
cat ~/.m2/settings.xml
212-
mvn njord:publish -Dnjord.store=$INPUTS_DISTRIBUTION_PACKAGE-00001 -Dnjord.target=rao3 -X
211+
mvn njord:publish -Dnjord.store=$INPUTS_DISTRIBUTION_PACKAGE-00001 -Dnjord.target=rao3 -Dnjord.publisher.sonatype-nx3.releaseRepositoryName=maven-staging -X
213212
mvn njord:drop -Dnjord.store=$INPUTS_DISTRIBUTION_PACKAGE-00001 -X
214213
env:
215214
INPUTS_DISTRIBUTION_PACKAGE: ${{ inputs.distribution-package }}

0 commit comments

Comments
 (0)