Skip to content

Commit bad8d72

Browse files
committed
Update to check GitHub Actions
1 parent a30e4e5 commit bad8d72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins{
77
}
88

99
group = 'com.andre601'
10-
version = '2.3.0'
10+
version = '2.3.1'
1111

1212
sourceCompatibility = 1.8
1313

@@ -46,8 +46,8 @@ artifacts{
4646
}
4747

4848
bintray{
49-
user = bintrayUser
50-
key = bintrayApiKey
49+
user = System.getenv("bintrayUser")
50+
key = System.getenv("bintrayApiKey")
5151
publications = ['JavaBotBlockAPIRelease']
5252
pkg{
5353
repo = 'maven'

0 commit comments

Comments
 (0)