Skip to content

Commit

Permalink
Update repo url for github packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Feb 29, 2020
1 parent 106fb75 commit 73d1e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ publishing {
repositories {
maven {
name = 'GitHubPackages'
url = "https://maven.pkg.github.com/rundeck"
url = "https://maven.pkg.github.com/rundeck/cli-toolbelt"
credentials {
username = System.getenv("GH_USER")
password = System.getenv("GH_TOKEN")
Expand Down

0 comments on commit 73d1e01

Please sign in to comment.