updating id to match pom

This commit is contained in:
tsamplesKR
2022-04-28 12:28:04 -05:00
parent b648ecc98a
commit 310541232d

View File

@ -25,8 +25,8 @@ jobs:
- name: maven-settings-xml-action - name: maven-settings-xml-action
uses: whelk-io/maven-settings-xml-action@v20 uses: whelk-io/maven-settings-xml-action@v20
with: with:
servers: '[{ "id": "github", "username": "tsamplesKR", "password": "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" }]' servers: '[{ "id": "github-qqq-maven-registry", "username": "tsamplesKR", "password": "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" }]'
repositories: '[{ "id": "github", "url": "https://maven.pkg.github.com/Kingsrook/qqq-maven-registry", "snapshots": { "enabled": "true" }}]' repositories: '[{ "id": "github-qqq-maven-registry", "url": "https://maven.pkg.github.com/Kingsrook/qqq-maven-registry", "snapshots": { "enabled": "true" }}]'
- name: Build with Maven - name: Build with Maven
run: mvn -B package --file pom.xml run: mvn -B package --file pom.xml
- name: Publish to GitHub Packages Apache Maven - name: Publish to GitHub Packages Apache Maven