Skip to content

Commit

Permalink
Add timestamp in env for build step too
Browse files Browse the repository at this point in the history
  • Loading branch information
StylianosGakis committed Nov 21, 2023
1 parent 3f3e78c commit fcd9354
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven-artifact-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
run: ./gradlew kmmBridgePublish -PAUTO_VERSION=${{ steps.generateSPMversion.outputs.SPM_VERSION }} -PENABLE_PUBLISHING=true -PGITHUB_PUBLISH_TOKEN=${{ secrets.GITHUB_TOKEN }} -PGITHUB_REPO=${{ github.repository }} --no-daemon --stacktrace
env:
GRADLE_OPTS: -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=512m"
ORG_GRADLE_PROJECT_AUTHLIB_VERSION_ALPHA_TIMESTAMP: "${{ steps.time.outputs.time }}"

- uses: touchlab/autoversion-finishrelease@main
id: autoversion-finishrelease
Expand Down

0 comments on commit fcd9354

Please sign in to comment.