Skip to content

Commit

Permalink
Fix GitHub Actions-based snapshot deployment
Browse files Browse the repository at this point in the history
Fixes #547

PiperOrigin-RevId: 344903246
  • Loading branch information
cushon authored and google-java-format Team committed Nov 30, 2020
1 parent fcf7671 commit d25a844
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,7 @@ jobs:
server-username: CI_DEPLOY_USERNAME
server-password: CI_DEPLOY_PASSWORD
- name: 'Publish'
env:
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
run: mvn source:jar deploy -B -DskipTests=true -Dinvoker.skip=true -Dmaven.javadoc.skip=true

0 comments on commit d25a844

Please sign in to comment.