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 9f5ee2d commit 17190ccCopy full SHA for 17190cc
.github/workflows/release.yml
@@ -4,7 +4,7 @@ on:
4
types: [published]
5
6
jobs:
7
- check:
+ publish:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v2
@@ -18,7 +18,7 @@ jobs:
18
run: ./gradlew check --continue
19
20
- name: Publish to Maven Central
21
- run: ./gradlew publishToSonatype closeSonatypeStagingRepository
+ run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
22
env:
23
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.MAVEN_CENTRAL_SIGNING_KEY }}
24
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.MAVEN_CENTRAL_SIGNING_PASSWORD }}
0 commit comments