aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorColin Decker <cgdecker@google.com>2021-03-17 15:56:00 -0700
committerGoogle Java Core Libraries <java-libraries-firehose+copybara@google.com>2021-03-17 15:56:39 -0700
commite6bad02ad11ebcd3d08d0d4a479ae6e094082a68 (patch)
tree0a641053a9e9fcd2b80e4ce83d18f6b669981728 /.github/workflows/ci.yml
parentef8b4a3fa967365d355b1d14ec8a2b47f1759413 (diff)
downloadauto-e6bad02ad11ebcd3d08d0d4a479ae6e094082a68.tar.gz
Try again to fix snapshot/javadoc deployement.
RELNOTES=n/a PiperOrigin-RevId: 363527328
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7ae87fd7..dbd1514a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
env:
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
- run: mvn source:jar javadoc:jar deploy -DskipTests=true -f build-pom.xml
+ run: ./util/publish-snapshot-on-commit.sh
generate_docs:
name: 'Generate latest docs'