We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2968923 commit e2fe703Copy full SHA for e2fe703
1 file changed
.github/workflows/deploy.yml
@@ -7,14 +7,10 @@ jobs:
7
BINTRAY_UPLOAD:
8
name: Bintray Upload
9
runs-on: ubuntu-latest
10
- env:
11
- TRAVIS: true
12
- BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
13
- BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
14
steps:
15
- uses: actions/checkout@v2
16
- uses: actions/setup-java@v1
17
with:
18
java-version: 1.8
19
- name: Perform bintray upload
20
- run: ./gradlew bintrayUpload
+ run: ./gradlew clean build bintrayUpload -PbintrayUser=${{ secrets.BINTRAY_USER }} -PbintrayKey=${{ secrets.BINTRAY_KEY }} -PdryRun=false
0 commit comments