Skip to content

Commit

Permalink
Revert to the old publishing data for packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
stelitop committed Aug 25, 2024
1 parent 1080606 commit 295a83e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ publishing {
name = "mad4j"
url = uri("https://maven.pkg.github.com/stelitop/mad4j")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
username = project.findProperty("gpr.user") ?: System.getenv("USERNAME")
password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")
}
}
}
Expand Down

0 comments on commit 295a83e

Please sign in to comment.