Skip to content

Commit 3401f47

Browse files
authored
Update maven-deploy.yml
1 parent 3e4a675 commit 3401f47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/maven-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ jobs:
1313
run: mvn -B package --file pom.xml
1414
- name: Deploy to JavaWebStack Repository
1515
run: mvn deploy -s build/settings.xml
16+
env:
17+
DEPLOYMENT_USERNAME: $DEPLOYMENT_USERNAME
18+
DEPLOYMENT_PASSWORD: $DEPLOYMENT_PASSWORD

0 commit comments

Comments
 (0)