We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731f46b commit 36bdbdbCopy full SHA for 36bdbdb
1 file changed
.github/workflows/maven-push.yml
@@ -52,8 +52,8 @@ jobs:
52
- name: Build with toolchains
53
run: mvn -B -V clean install -DskipNpmConfig=false --global-toolchains .github/workflows/toolchains.xml
54
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
+# - name: Deploy the artifact
+# run: mvn help:effective-settings -B -V -DskipTests=true -DskipNpmConfig=false deploy -e --global-toolchains .github/workflows/toolchains.xml
57
58
- name: Checkout tools repo
59
uses: actions/checkout@v4
0 commit comments