Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
doxthree committed Feb 3, 2025
1 parent 4add754 commit 06b146a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci-java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,6 @@ jobs:
gradle-version: "8.6"
build-root-directory: java

- name: publish local Maven package for examples
uses: gradle/gradle-build-action@v3
with:
arguments: publishToLocalMaven
gradle-version: "8.6"
build-root-directory: java

- name: run forSha256 example
uses: gradle/gradle-build-action@v3
with:
Expand Down Expand Up @@ -172,7 +165,6 @@ jobs:
MAVEN_CENTRAL_BEARER_TOKEN: ${{ secrets.MAVEN_CENTRAL_BEARER_TOKEN }}
working-directory: java/build/repos/releases
run: |
rm -rf de/gdata/vaas/*.xml*
zip -r package.zip .
curl --fail \
--header "Authorization: Bearer ${MAVEN_CENTRAL_BEARER_TOKEN}" \
Expand Down

0 comments on commit 06b146a

Please sign in to comment.