Skip to content

Commit da01e8a

Browse files
committed
Improve release workflow
1 parent c298674 commit da01e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
git config --global user.email "no-reply@github.com"
3333
git config --global user.name "Github Actions"
3434
./gradlew jar
35-
- name: Publish to Central via Tag
35+
- name: Publish to Central via Build
3636
run: |
3737
./gradlew publishToSonatype :testing:publishToSonatype closeAndReleaseSonatypeStagingRepository -PforceSign=true
3838
env:

0 commit comments

Comments
 (0)