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 8c819c5 commit ab1a610Copy full SHA for ab1a610
.github/workflows/publish.yml
@@ -14,13 +14,15 @@ jobs:
14
uses: actions/setup-java@v1
15
with:
16
java-version: 17
17
+ - name: Build
18
+ run: ./gradlew publishToMavenLocal
19
- name: Publish
20
env:
21
SONATYPE_USER_NAME: ${{ secrets.SONATYPE_USER_NAME }}
22
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
23
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
24
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
- run: ./gradlew publish
25
+ run: ./gradlew publish --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