Skip to content

Commit 141ab72

Browse files
committed
working on build
1 parent 181b9be commit 141ab72

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: echo "GPG key loaded"
3232

3333
- name: Build and publish
34-
run: ./gradlew build :preflight-core:preflight-gradle-plugin:publish
34+
run: ./gradlew build :preflight-core:preflight-gradle-plugin:publishPlugins
3535
env:
3636
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
3737
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}

preflight-core/preflight-gradle-plugin/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ plugins {
44
`maven-publish`
55
signing
66
id("com.gradleup.shadow") version "9.0.0-beta17"
7+
id("com.gradle.plugin-publish") version "1.3.1"
78
}
89

910
buildscript {

0 commit comments

Comments
 (0)