Skip to content

Commit

Permalink
chore(deps): update plugin publishoncentral to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and DanySK committed Jan 14, 2025
1 parent b74155a commit 8f923e9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
# Dry-deployment
deploy-command: >-
./gradlew uploadKotlin close dropStagingRepositoryOnMavenCentral --parallel
./gradlew uploadAll closeStaging dropStagingRepositoryOnMavenCentral --parallel
should-run-codecov: ${{ runner.os == 'Linux' }}
should-deploy: >-
${{
Expand All @@ -36,7 +36,7 @@ jobs:
signing-key: ${{ secrets.SIGNING_KEY }}
signing-password: ${{ secrets.SIGNING_PASSWORD }}
release:
permissions:
permissions:
contents: write
packages: write
concurrency:
Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ signing {
}

publishOnCentral {
repoOwner = "DanySK"
projectLongName.set("Template Kotlin JVM Project")
projectDescription.set("A template repository for Kotlin JVM projects")
repository("https://maven.pkg.github.com/danysk/${rootProject.name}".lowercase()) {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ gitSemVer = "org.danilopianini.git-sensitive-semantic-versioning:3.1.7"
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-qa = "org.danilopianini.gradle-kotlin-qa:0.78.0"
multiJvmTesting = "org.danilopianini.multi-jvm-test-plugin:3.1.2"
publishOnCentral = "org.danilopianini.publish-on-central:7.0.4"
publishOnCentral = "org.danilopianini.publish-on-central:8.0.1"
taskTree = "com.dorongold.task-tree:4.0.0"
4 changes: 2 additions & 2 deletions release.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const publishCmd = `
./gradlew uploadKotlin releaseStagingRepositoryOnMavenCentral || exit 1
./gradlew publishKotlinOSSRHPublicationToGithubRepository || true
./gradlew uploadAll releaseStagingRepositoryOnMavenCentral || exit 1
./gradlew publishAllToGithubRepository || true
`
import config from 'semantic-release-preconfigured-conventional-commits' with { type: "json" };
config.plugins.push(
Expand Down

0 comments on commit 8f923e9

Please sign in to comment.