MVN_SETTINGS_XML

This commit is contained in:
Marko Frankovic
2025-02-27 10:44:20 +01:00
parent eaca2e5767
commit cccebaca5c
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -51,6 +51,7 @@ jobs:
- name: Deploy artifacts
run: |
echo "CodeArtifact token: $CODEARTIFACT_AUTH_TOKEN"
echo -e "${{ secrets.MVN_SETTINGS_XML }}" > mvn-settings.xml
mvn deploy --file pom.xml -s mvn-settings.xml -DrepositoryId=deploy
env:
GITHUB_TOKEN: ${{ github.token }}