We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0af80ff + 4aa6b48 commit 8c1a634Copy full SHA for 8c1a634
.github/workflows/gradle.yml
@@ -1,4 +1,4 @@
1
-name: Bintray Upload-task
+name: Publication task
2
3
on:
4
release:
@@ -15,9 +15,8 @@ jobs:
15
uses: actions/setup-java@v1
16
with:
17
java-version: 1.8
18
- - name: Build and publish
+ - name: Build and publish (Bintray)
19
env:
20
bintrayUser: ${{ secrets.bintrayUsername }}
21
bintrayApiKey: ${{ secrets.bintrayApiKey }}
22
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
run: ./gradlew bintrayUpload
build.gradle
@@ -7,6 +7,7 @@ plugins{
7
}
8
9
group = 'com.andre601'
10
+
11
version = '3.0.0'
12
13
sourceCompatibility = targetCompatibility = 1.8
0 commit comments