Skip to content

Commit

Permalink
ci: fix publish to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Jan 27, 2022
1 parent d058d84 commit e7bf572
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions ci/prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ echo version=$1 >gradle.properties

# Build jars
./gradlew assemble
# Prepare jars
./gradlew publishToSonatype
2 changes: 1 addition & 1 deletion ci/publish-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# 2: channel

# publish release
./gradlew closeAndReleaseSonatypeStagingRepository
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository

0 comments on commit e7bf572

Please sign in to comment.