Skip to content

Commit 2d6e6ad

Browse files
authored
Update gradle-publish.yml
1 parent 8899998 commit 2d6e6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
gradle-version: current
2828

2929
- name: Gradle Build and Test
30-
run: gradle publish
30+
run: gradle --no-configuration-cache publish
3131
env:
3232
gpg_private_key: ${{ secrets.gpg_private_key }}
3333
gpg_passphrase: ${{ secrets.gpg_passphrase }}

0 commit comments

Comments
 (0)