Skip to content

Commit ac84b35

Browse files
authored
Hope this works...
1 parent d502ffa commit ac84b35

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bintray Upload-task
1+
name: Publication task
22

33
on:
44
release:
@@ -15,9 +15,12 @@ jobs:
1515
uses: actions/setup-java@v1
1616
with:
1717
java-version: 1.8
18-
- name: Build and publish
18+
- name: Build and publish (Bintray)
1919
env:
2020
bintrayUser: ${{ secrets.bintrayUsername }}
2121
bintrayApiKey: ${{ secrets.bintrayApiKey }}
22-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2322
run: ./gradlew bintrayUpload
23+
- name: Build and publish (GitHub)
24+
env:
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
run: ./gradlew publish

0 commit comments

Comments
 (0)