Skip to content

Commit

Permalink
Hope this works...
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 authored Oct 24, 2019
1 parent d502ffa commit ac84b35
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bintray Upload-task
name: Publication task

on:
release:
Expand All @@ -15,9 +15,12 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build and publish
- name: Build and publish (Bintray)
env:
bintrayUser: ${{ secrets.bintrayUsername }}
bintrayApiKey: ${{ secrets.bintrayApiKey }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew bintrayUpload
- name: Build and publish (GitHub)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew publish

0 comments on commit ac84b35

Please sign in to comment.