Skip to content

Commit 94d88aa

Browse files
authored
Update publish.yml
1 parent fa53e87 commit 94d88aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
2323
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
2424
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
25-
run: ./gradlew publish --no-parallel
25+
run: ./gradlew publish --no-configuration-cache --no-parallel
2626
- name: Close staging repository
2727
run: 'curl -H "Authorization: Bearer ${{ secrets.SONATYPE_AUTH_BASE64 }}" -X POST https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/com.arkivanov.decompose'
2828
- name: Check publication

0 commit comments

Comments
 (0)