Skip to content

Commit

Permalink
Try #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Onako2 committed Aug 23, 2024
1 parent 702cbae commit b6caffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'me.vekster'
version = '1.2.6'
version = '1.2.7'

repositories {
mavenCentral()
Expand Down Expand Up @@ -49,7 +49,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/tiredvekster/LightAntiCheat"
url = "https://maven.pkg.github.com/tiredvekster/lightanticheat"
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand Down

0 comments on commit b6caffd

Please sign in to comment.