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 3e4a675 commit 3401f47Copy full SHA for 3401f47
.github/workflows/maven-deploy.yml
@@ -13,3 +13,6 @@ jobs:
13
run: mvn -B package --file pom.xml
14
- name: Deploy to JavaWebStack Repository
15
run: mvn deploy -s build/settings.xml
16
+ env:
17
+ DEPLOYMENT_USERNAME: $DEPLOYMENT_USERNAME
18
+ DEPLOYMENT_PASSWORD: $DEPLOYMENT_PASSWORD
0 commit comments