Skip to content

Commit 36bdbdb

Browse files
authored
Disable mvn deploy which not necessary (#2515)
1 parent 731f46b commit 36bdbdb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
- name: Build with toolchains
5353
run: mvn -B -V clean install -DskipNpmConfig=false --global-toolchains .github/workflows/toolchains.xml
5454

55-
- name: Deploy the artifact
56-
run: mvn help:effective-settings -B -V -DskipTests=true -DskipNpmConfig=false deploy -e --global-toolchains .github/workflows/toolchains.xml
55+
# - name: Deploy the artifact
56+
# run: mvn help:effective-settings -B -V -DskipTests=true -DskipNpmConfig=false deploy -e --global-toolchains .github/workflows/toolchains.xml
5757

5858
- name: Checkout tools repo
5959
uses: actions/checkout@v4

0 commit comments

Comments
 (0)