We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d13c0 commit 3bcccc1Copy full SHA for 3bcccc1
.github/workflows/gradle-build-publish.yml
@@ -1,7 +1,7 @@
1
# This workflow will build a Java project with Gradle
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
3
4
-name: Java CI with Gradle
+name: Release
5
6
on:
7
push:
@@ -26,6 +26,6 @@ jobs:
26
run: ./gradlew build
27
- name: Publish
28
env:
29
- bintrayUser: ${{ secrets.BINTRAY_USER }}
30
- bintrayApiKey: ${{ secrets.BINTRY_API_KEY }}
+ BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
+ BINTRY_API_KEY: ${{ secrets.BINTRY_API_KEY }}
31
run: ./gradlew bintrayUpload
0 commit comments