Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal authored Sep 11, 2022
1 parent 54d4799 commit 51ed2cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 24,6 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -Dmaven.test.skip=true -B deploy --file pom.xml -s mvn_settings.xml
env:
S_NUTZMAVEN_USER_ID: ${{ secrets.S_NUTZMAVEN_USER_ID }}
S_NUTZMAVEN_USER_PWD: ${{ secrets.S_NUTZMAVEN_USER_PWD }}

0 comments on commit 51ed2cd

Please sign in to comment.