diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93e0024..7b1c41b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,4 +9,4 @@ jobs: secrets: CI_BOT_PAT: ${{ secrets.CI_BOT_PAT }} with: - TYPE: artifact + TYPE: plugin diff --git a/README.md b/README.md index ad014d6..0a5bbc1 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ id `ltd.hlaeja.plugin.hlaeja-common-plugin.cetificat` Copy certificate to build resources by placing one or more of `private_key.pem`, `public_key.pem`, or `keystore.p12` in `/cert` folder. -## Releasing plugin +## Releasing Plugin Run release pipeline from `master` branch. @@ -113,7 +113,7 @@ Run release pipeline from `master` branch. ### Publish plugin to repository ```shell -./gradlew clean build publish +./gradlew clean build publishAllPublicationsToGitHubPackagesRepository ``` ### Global gradle properties diff --git a/build.gradle.kts b/build.gradle.kts index 61699df..05dfd33 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,6 @@ publishing { } } } - publications.create("mavenJava") { from(components["java"]) } } tasks {