Skip to content

Commit e2fe703

Browse files
authored
Update deploy.yml
1 parent 2968923 commit e2fe703

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,10 @@ jobs:
77
BINTRAY_UPLOAD:
88
name: Bintray Upload
99
runs-on: ubuntu-latest
10-
env:
11-
TRAVIS: true
12-
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
13-
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
1410
steps:
1511
- uses: actions/checkout@v2
1612
- uses: actions/setup-java@v1
1713
with:
1814
java-version: 1.8
1915
- name: Perform bintray upload
20-
run: ./gradlew bintrayUpload
16+
run: ./gradlew clean build bintrayUpload -PbintrayUser=${{ secrets.BINTRAY_USER }} -PbintrayKey=${{ secrets.BINTRAY_KEY }} -PdryRun=false

0 commit comments

Comments
 (0)