Publish from 1.8 build

This commit is contained in:
Jake Wharton
2020-09-01 15:55:27 -04:00
committed by GitHub
parent 95421e7817
commit 032db2ae30

View File

@@ -45,7 +45,7 @@ jobs:
run: ./gradlew build check
- name: Publish (default branch only)
if: github.ref == 'refs/heads/master' && matrix.java-version == '1.7'
if: github.ref == 'refs/heads/master' && matrix.java-version == '1.8'
run: ./gradlew uploadArchives
env:
ORG_GRADLE_PROJECT_SONATYPE_NEXUS_USERNAME: ${{ secrets.SONATYPE_NEXUS_USERNAME }}