We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa53e87 commit 94d88aaCopy full SHA for 94d88aa
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
23
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
24
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
25
- run: ./gradlew publish --no-parallel
+ run: ./gradlew publish --no-configuration-cache --no-parallel
26
- name: Close staging repository
27
run: 'curl -H "Authorization: Bearer ${{ secrets.SONATYPE_AUTH_BASE64 }}" -X POST https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/com.arkivanov.decompose'
28
- name: Check publication
0 commit comments