Skip to content

Commit 48af553

Browse files
committed
[skip ci] prevent build caching on release
1 parent 888ac3b commit 48af553

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
GRAILS_PUBLISH_RELEASE: 'true'
5353
run: >
5454
./gradlew
55+
--no-build-cache
5556
-Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg
5657
publishToSonatype
5758
closeSonatypeStagingRepository
@@ -86,6 +87,7 @@ jobs:
8687
GRAILS_PUBLISH_RELEASE: 'true'
8788
run: >
8889
./gradlew
90+
--no-build-cache
8991
findSonatypeStagingRepository
9092
releaseSonatypeStagingRepository
9193
- name: "⚙️ Run post-release"

0 commit comments

Comments
 (0)