Skip to content

Commit fb5191d

Browse files
committed
Remove GitHub Actions
1 parent cc26c65 commit fb5191d

File tree

4 files changed

+15
-30
lines changed

4 files changed

+15
-30
lines changed

.github/workflows/gradle.yml

-24
This file was deleted.

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins{
77
}
88

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

1212
sourceCompatibility = 1.8
1313

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

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

release-notes.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
- ### v2.1.1
2020
- Sites updated:
21-
- [yabl.xyz](https://yabl.xyz) added.
21+
- + [yabl.xyz](https://yabl.xyz) added.
2222

2323
- ### v2.2.0
2424
- Dependencies updated:
@@ -36,6 +36,15 @@
3636

3737
- ### v2.3.1
3838
- Adding GitHub Actions to workflow.
39+
40+
- ### v2.3.2
41+
- Attempt to fix GitHub's Actions.
42+
43+
- ### v2.3.3
44+
- Sites updated:
45+
- + [discordextremelist.xyz](https://discordextremelist.xyz)
46+
- - discordbotlist.us.to
47+
- Removed GitHub Actions for now.
3948

4049
____
4150
## v1

src/main/java/com/andre601/javabotblockapi/Site.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ public enum Site {
6565
*/
6666
DISCORD_BOTS_GG("discord.bots.gg"),
6767
/**
68-
* <a href="https://discordbotlist.us.to" target="_blank">discordbotlist.us.to</a>
68+
* <a href="https://discordextremelist.xyz" target="_blank">discordextremelist.xyz</a>
6969
*/
70-
DISCORDBOTLIST_US_TO("discordbotlist.us.to"),
70+
DISCORDEXTREMELIST_XYZ("discordextremelist.xyz"),
7171
/**
7272
* <a href="https://discordsbestbots.xyz" target="_blank">discordsbestbots.xyz</a>
7373
*/

0 commit comments

Comments
 (0)