Skip to content

Commit 3697c9c

Browse files
committed
feat: bump base version to 0.1.10 and update publish command for Maven Central
1 parent 83994c8 commit 3697c9c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747

4848
- name: Publish to Maven Central and GitHub Packages
49-
run: ./gradlew publishAllPublicationsToCentralPortalRepository publishAllPublicationsToGitHubPackagesRepository --stacktrace
49+
run: ./gradlew publishToMavenCentral publishAllPublicationsToGitHubPackagesRepository --stacktrace

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
kotlin.code.style=official
22
group=io.github.eventhorizonlab
3-
baseVersion=0.1.9
3+
baseVersion=0.1.10
44
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8

0 commit comments

Comments
 (0)