We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888ac3b commit 48af553Copy full SHA for 48af553
.github/workflows/release.yml
@@ -52,6 +52,7 @@ jobs:
52
GRAILS_PUBLISH_RELEASE: 'true'
53
run: >
54
./gradlew
55
+ --no-build-cache
56
-Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg
57
publishToSonatype
58
closeSonatypeStagingRepository
@@ -86,6 +87,7 @@ jobs:
86
87
88
89
90
91
findSonatypeStagingRepository
92
releaseSonatypeStagingRepository
93
- name: "⚙️ Run post-release"
0 commit comments