File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ jobs:
5252 key : ${{ runner.os }}-v4-${{ hashFiles('*.gradle.kts') }}
5353
5454 - name : Build Main
55- 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
55+ 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
5656 env :
5757 GRADLE_OPTS : -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=512m"
5858
5959 - uses : touchlab/ga-update-release-tag@v1
6060 id : update-release-tag
6161 with :
62- commitMessage : " KMP SPM package release for ${{ steps.versionPropertyValue.outputs.propVal }}-${{ steps.trimcommit.outputs.short }} "
63- tagMessage : " KMP release version ${{ steps.versionPropertyValue.outputs.propVal }}-${{ steps.trimcommit.outputs.short }} "
64- tagVersion : ${{ steps.versionPropertyValue.outputs.propVal }}-${{ steps.trimcommit.outputs.short }}
62+ commitMessage : " KMP SPM package release for ${{ steps.versionPropertyValue.outputs.propVal }}"
63+ tagMessage : " KMP release version ${{ steps.versionPropertyValue.outputs.propVal }}"
64+ tagVersion : ${{ steps.versionPropertyValue.outputs.propVal }}
You can’t perform that action at this time.
0 commit comments