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 c298674 commit da01e8aCopy full SHA for da01e8a
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
git config --global user.email "no-reply@github.com"
33
git config --global user.name "Github Actions"
34
./gradlew jar
35
- - name: Publish to Central via Tag
+ - name: Publish to Central via Build
36
run: |
37
./gradlew publishToSonatype :testing:publishToSonatype closeAndReleaseSonatypeStagingRepository -PforceSign=true
38
env:
0 commit comments