We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16db7e commit 0409ceeCopy full SHA for 0409cee
.github/workflows/jreleaser.yml
@@ -32,7 +32,7 @@ jobs:
32
- uses: gradle/actions/setup-gradle@v5.0.0
33
with:
34
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
35
- - run: ./gradlew jreleaserFullRelease --deployer github --no-configuration-cache --scan
+ - run: ./gradlew jreleaserFullRelease --deployer github --debug --no-configuration-cache --scan
36
env:
37
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
build.gradle.kts
@@ -38,7 +38,6 @@ publicationLegal {
inceptionYear.set(2025)
39
spdxLicenseIdentifiers.add("Apache-2.0")
40
}
41
-
42
jreleaser {
43
release {
44
github {
0 commit comments