Skip to content

Commit

Permalink
Fixed artifact URL in publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Nov 9, 2023
1 parent 15c93fc commit fd4869e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/wiremock/wiremock-state-extension"
url = "https://maven.pkg.github.com/wiremock/wiremock-grpc-extension"
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand Down
2 changes: 1 addition & 1 deletion wiremock-grpc-extension-standalone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/wiremock/wiremock-state-extension"
url = "https://maven.pkg.github.com/wiremock/wiremock-grpc-extension"
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand Down

0 comments on commit fd4869e

Please sign in to comment.