Skip to content

Commit cc26c65

Browse files
committed
Fixing wrong secret name
1 parent bad8d72 commit cc26c65

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
java-version: 1.8
2020
- name: Build with Gradle
2121
env:
22-
bintrayUser: ${{ secrets.bintrayUser }}
22+
bintrayUser: ${{ secrets.bintrayUsername }}
2323
bintrayApiKey: ${{ secrets.bintrayApiKey }}
2424
run: ./gradlew bintrayUpload

release-notes.md

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
- Dependencies updated:
3535
- JDA: `4.0.0_40` to `4.0.0_45`
3636

37+
- ### v2.3.1
38+
- Adding GitHub Actions to workflow.
39+
3740
____
3841
## v1
3942

0 commit comments

Comments
 (0)