Skip to content

Commit f46f8c7

Browse files
author
Natan Vieira do Nascimento
committed
Disable configuration cache for publish workflow
1 parent bc628b0 commit f46f8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
GITHUB_USERNAME: ${{ github.actor }}
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
with:
35-
arguments: publish
35+
arguments: --no-configuration-cache publish
3636
gradle-version: wrapper

0 commit comments

Comments
 (0)