Skip to content

Commit

Permalink
fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Knerio committed May 28, 2024
1 parent f67fd25 commit 65f8bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "de.derioo"
version = "1.0.0"
version = "1.0.1"

repositories {
mavenCentral()
Expand All @@ -23,7 +23,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = URI("https://maven.pkg.github.com/knerio/javautils")
url = URI("https://maven.pkg.github.com/Knerio/JavaUtils")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand Down

0 comments on commit 65f8bc2

Please sign in to comment.