Skip to content

Commit 3bcccc1

Browse files
fix(ci): env
1 parent a4d13c0 commit 3bcccc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle-build-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a Java project with Gradle
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
33

4-
name: Java CI with Gradle
4+
name: Release
55

66
on:
77
push:
@@ -26,6 +26,6 @@ jobs:
2626
run: ./gradlew build
2727
- name: Publish
2828
env:
29-
bintrayUser: ${{ secrets.BINTRAY_USER }}
30-
bintrayApiKey: ${{ secrets.BINTRY_API_KEY }}
29+
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
30+
BINTRY_API_KEY: ${{ secrets.BINTRY_API_KEY }}
3131
run: ./gradlew bintrayUpload

0 commit comments

Comments
 (0)