We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad8d72 commit cc26c65Copy full SHA for cc26c65
.github/workflows/gradle.yml
@@ -19,6 +19,6 @@ jobs:
19
java-version: 1.8
20
- name: Build with Gradle
21
env:
22
- bintrayUser: ${{ secrets.bintrayUser }}
+ bintrayUser: ${{ secrets.bintrayUsername }}
23
bintrayApiKey: ${{ secrets.bintrayApiKey }}
24
run: ./gradlew bintrayUpload
release-notes.md
@@ -34,6 +34,9 @@
34
- Dependencies updated:
35
- JDA: `4.0.0_40` to `4.0.0_45`
36
37
+- ### v2.3.1
38
+ - Adding GitHub Actions to workflow.
39
+
40
____
41
## v1
42
0 commit comments