Skip to content

Commit

Permalink
disable github pub
Browse files Browse the repository at this point in the history
  • Loading branch information
endink committed Jun 20, 2024
1 parent 4f7ce9e commit b5064c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cat gradle.properties
- name: Build with Gradle
run: gradle clean build -x test
- name: Publish to GitHub Packages
run: gradle publishToGitHubPackages
# - name: Publish to GitHub Packages
# run: gradle publishToGitHubPackages
- name: Publish to Maven Central
run: gradle publishToSonatype closeAndReleaseSonatypeStagingRepository
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ subprojects {
developer("AndersXiao", "[email protected]")
}

//toGithubPackages("endink", "caching-kotlin")
toGithubPackages("endink", "caching-kotlin")
}
}
}
Expand Down

0 comments on commit b5064c9

Please sign in to comment.