Skip to content

Commit

Permalink
fix(build): github package url
Browse files Browse the repository at this point in the history
GitHub package URL ends with repository name
  • Loading branch information
bas-info-nl authored Sep 1, 2024
1 parent c835d39 commit 9d3c39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ publishing {
repositories {
maven {
name = "GitHub"
url = URI("https://maven.pkg.github.com/infonl/stadsbank")
url = URI("https://maven.pkg.github.com/infonl/lib-sepa")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand Down

0 comments on commit 9d3c39a

Please sign in to comment.