Skip to content

Commit f76b7f2

Browse files
authored
Update maven.yml
1 parent a250068 commit f76b7f2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ name: Java CI with Maven
66
on:
77
push:
88
branches: [ "master" ]
9-
pull_request:
10-
branches: [ "master" ]
119

1210
jobs:
1311
build:
@@ -23,7 +21,5 @@ jobs:
2321
distribution: 'temurin'
2422
cache: maven
2523
- name: Build with Maven
26-
run: mvn -Dmaven.test.skip=true -B deploy --file pom.xml -s mvn_settings.xml -DS_NUTZMAVEN_USER_ID=${{secrets.S_NUTZMAVEN_USER_ID}} -DS_NUTZMAVEN_USER_PWD=${{secrets.S_NUTZMAVEN_USER_PWD}}
27-
env:
28-
S_NUTZMAVEN_USER_ID: ${{secrets.S_NUTZMAVEN_USER_ID}}
29-
S_NUTZMAVEN_USER_PWD: ${{secrets.S_NUTZMAVEN_USER_PWD}}
24+
run: mvn -Dmaven.test.skip=true -B package source:jar deploy --file pom.xml -s mvn_settings.xml -DS_NUTZMAVEN_USER_ID=${{secrets.S_NUTZMAVEN_USER_ID}} -DS_NUTZMAVEN_USER_PWD=${{secrets.S_NUTZMAVEN_USER_PWD}}
25+

0 commit comments

Comments
 (0)