We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae0ed9 commit 024b19dCopy full SHA for 024b19d
.github/workflows/release.yml
@@ -7,6 +7,8 @@ on:
7
jobs:
8
build:
9
uses: harmonysoft-tech/ci/.github/workflows/library-gradle-release-maven-central.yml@main
10
+ with:
11
+ BUILD_ACTION: buildGradleDist
12
secrets: inherit
13
permissions:
14
contents: write
settings.gradle.kts
@@ -1 +1 @@
1
-rootProject.name = "kotlin-spring-gradle-dist"
+rootProject.name = "[harmonysoft-tech] kotlin-spring-gradle-dist"
0 commit comments