Skip to content

Commit 61b21cf

Browse files
committed
Fix gradle properties cache errors
1 parent 613fff5 commit 61b21cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
MODRINTH_TOKEN: ${{secrets.MODRINTH_TOKEN}}
8383
CURSEFORGE_TOKEN: ${{secrets.CURSEFORGE_TOKEN}}
8484
CHANGELOG: ${{steps.releaseInfo.outputs.body}}
85-
run: gradle publish
85+
run: gradle publish --no-configuration-cache
8686
shell: bash
8787
- name: Upload jar to release
8888
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)