Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Vraník authored and Petr Vraník committed Jan 3, 2025
1 parent e90e03b commit 06be82b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
GPG_SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
OSSRH_USER: ${{ secrets.OSSRH_USER }}
GPR_USERNAME: ${{ github.repository_id }}
GPR_USERNAME: ${{ github.repository_owner }}
GPR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/konikvranik/netatmo4j")
url = uri("https://maven.pkg.github.com/SuTeren/netatmo4j")
credentials {
username = project.findProperty("gpr.user") ?: System.getenv("GPR_USERNAME")
password = project.findProperty("gpr.key") ?: System.getenv("GPR_TOKEN")
Expand Down

0 comments on commit 06be82b

Please sign in to comment.