Skip to content

Commit

Permalink
ci: Disable bindings/java deploy for now (#2560)
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun authored Jun 28, 2023
1 parent 960a8de commit 388abf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bindings_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
run: bash ./scripts/merge_local_staging.sh $LOCAL_STAGING_DIR/staging ~/linux-x86_64-local-staging/staging ~/osx-x86_64-local-staging/staging ~/osx-aarch_64-local-staging/staging # ~/windows-x86_64-local-staging/staging

- name: Deploy local staged artifacts
if: ${{ github.event_name != 'pull_request' }}
if: false # ASF org-wise token are not allowed to directly push to release repository
working-directory: bindings/java
run: mvn org.sonatype.plugins:nexus-staging-maven-plugin:deploy-staged -DaltStagingDirectory=$LOCAL_STAGING_DIR -DskipStagingRepositoryClose=true -DserverId=apache.releases.https -DnexusUrl=https://repository.apache.org
env:
Expand Down

0 comments on commit 388abf3

Please sign in to comment.