Skip to content

Commit 06b146a

Browse files
committed
fix ci
1 parent 4add754 commit 06b146a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci-java.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,6 @@ jobs:
8989
gradle-version: "8.6"
9090
build-root-directory: java
9191

92-
- name: publish local Maven package for examples
93-
uses: gradle/gradle-build-action@v3
94-
with:
95-
arguments: publishToLocalMaven
96-
gradle-version: "8.6"
97-
build-root-directory: java
98-
9992
- name: run forSha256 example
10093
uses: gradle/gradle-build-action@v3
10194
with:
@@ -172,7 +165,6 @@ jobs:
172165
MAVEN_CENTRAL_BEARER_TOKEN: ${{ secrets.MAVEN_CENTRAL_BEARER_TOKEN }}
173166
working-directory: java/build/repos/releases
174167
run: |
175-
rm -rf de/gdata/vaas/*.xml*
176168
zip -r package.zip .
177169
curl --fail \
178170
--header "Authorization: Bearer ${MAVEN_CENTRAL_BEARER_TOKEN}" \

0 commit comments

Comments
 (0)