Skip to content

Commit 2cb6d66

Browse files
authored
Update prepare-release.yaml
1 parent 58af079 commit 2cb6d66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/prepare-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ jobs:
9393
java-version: ${{ env.JAVA_VERSION }}
9494
cache: 'maven'
9595

96-
- name: "Build SDK"
97-
run: |
98-
MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} clean install -DskipTests"
99-
mvn $MVN_ARGS
96+
# - name: "Build SDK"
97+
# run: |
98+
# MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} clean install -DskipTests"
99+
# mvn $MVN_ARGS
100100

101101
# - name: "Create Release"
102102
# id: create-release

0 commit comments

Comments
 (0)