From e1309d77081e9e8bc14757f1458ea46e4152dbfc Mon Sep 17 00:00:00 2001 From: Kevin Galligan Date: Sat, 7 Dec 2024 22:05:08 -0500 Subject: [PATCH] Regular version --- .github/workflows/KMMBridge-Debug.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/KMMBridge-Debug.yml b/.github/workflows/KMMBridge-Debug.yml index 2aa67f8..2949773 100644 --- a/.github/workflows/KMMBridge-Debug.yml +++ b/.github/workflows/KMMBridge-Debug.yml @@ -52,13 +52,13 @@ jobs: key: ${{ runner.os }}-v4-${{ hashFiles('*.gradle.kts') }} - name: Build Main - run: ./gradlew kmmBridgePublish -PLIBRARY_VERSION=${{ steps.versionPropertyValue.outputs.propVal }}-${{ steps.trimcommit.outputs.short }} -PENABLE_PUBLISHING=true -PNATIVE_BUILD_TYPE=DEBUG -PGITHUB_PUBLISH_TOKEN=${{ secrets.GITHUB_TOKEN }} -PGITHUB_REPO=${{ github.repository }} --no-daemon --info --stacktrace + run: ./gradlew kmmBridgePublish -PLIBRARY_VERSION=${{ steps.versionPropertyValue.outputs.propVal }} -PENABLE_PUBLISHING=true -PNATIVE_BUILD_TYPE=DEBUG -PGITHUB_PUBLISH_TOKEN=${{ secrets.GITHUB_TOKEN }} -PGITHUB_REPO=${{ github.repository }} --no-daemon --info --stacktrace env: GRADLE_OPTS: -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=512m" - uses: touchlab/ga-update-release-tag@v1 id: update-release-tag with: - commitMessage: "KMP SPM package release for ${{ steps.versionPropertyValue.outputs.propVal }}-${{ steps.trimcommit.outputs.short }}" - tagMessage: "KMP release version ${{ steps.versionPropertyValue.outputs.propVal }}-${{ steps.trimcommit.outputs.short }}" - tagVersion: ${{ steps.versionPropertyValue.outputs.propVal }}-${{ steps.trimcommit.outputs.short }} \ No newline at end of file + commitMessage: "KMP SPM package release for ${{ steps.versionPropertyValue.outputs.propVal }}" + tagMessage: "KMP release version ${{ steps.versionPropertyValue.outputs.propVal }}" + tagVersion: ${{ steps.versionPropertyValue.outputs.propVal }} \ No newline at end of file