We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b0b45 commit 2b8fed5Copy full SHA for 2b8fed5
1 file changed
.github/workflows/nexus.yml
@@ -65,7 +65,7 @@ jobs:
65
run: |
66
git clone https://gitlab.unstable.life/flashpoint/docker/nexus-deploy-action.git nexus
67
cd nexus
68
- python3 ./merge-metadata.py "https://nexus-dev.unstable.life/service/rest/v1/search?repository=development&name=*.json" components.xml
+ python3 ./merge-metadata.py "https://nexus-dev.unstable.life/service/rest/v1/search?repository=development&name=*.json" components.xml "https://nexus-dev.unstable.life/repository/development/"
69
- name: Deploy components.xml to Nexus
70
uses: sonatype-nexus-community/nexus-repo-github-action@master
71
with:
0 commit comments