Skip to content

Commit

Permalink
Update release.yml - temporarily disable sonatype deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
cushon committed Sep 21, 2023
1 parent 080411e commit c94d74d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Expand Up @@ -39,13 +39,13 @@ jobs:
echo "TARGET_COMMITISH=$(git rev-parse HEAD)" >> $GITHUB_ENV
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/google/error-prone.git
- name: Deploy to Sonatype staging
env:
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
run:
mvn --no-transfer-progress -P release clean deploy -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}"
#- name: Deploy to Sonatype
# env:
# CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
# CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
# GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
# run:
# mvn --no-transfer-progress -P release clean deploy -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}"

- name: Push tag
run: |
Expand Down

0 comments on commit c94d74d

Please sign in to comment.