diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c07a68e..f516dcf7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,6 @@ jobs: - name: Publish to MavenCentral run: | - sudo bash -c "echo '$GPG_KEY_CONTENTS' | base64 -d > '$SIGNING_SECRET_KEY_RING_FILE'" ./gradlew publishToSonatype --no-daemon --max-workers 1 closeAndReleaseSonatypeStagingRepository env: STREAM_API_KEY: ${{ vars.STREAM_API_KEY }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e2d1c89..f967f1a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 0.1.3 (2025-02-12) ### 0.1.2 (2025-02-12) diff --git a/gradle.properties b/gradle.properties index 4cf2c9ee..9c714180 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1 @@ -version=0.1.2 - +version=0.1.3