Skip to content

Commit dac2949

Browse files
committed
Release snapshot
1 parent 06df73e commit dac2949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: ./gradlew build
3232

3333
- name: Publish to Sonatype (for snapshots) or to Maven Central
34-
run: ./gradlew publish closeStagingRepositories
34+
run: ./gradlew publish closeAndReleaseStagingRepositories
3535
env:
3636
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3737
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}

0 commit comments

Comments
 (0)