Skip to content

Commit

Permalink
Finish release workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Sep 20, 2023
1 parent 5467a7e commit 04be589
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: release
on: workflow_dispatch

jobs:
deploy:
release:
runs-on: macos-latest
steps:
- name: Checkout the repo
Expand Down Expand Up @@ -49,11 +49,11 @@ jobs:
ORG_GRADLE_PROJECT_SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}

# - name: Create Release
# if: ${{ contains(steps.version-match.outputs.group1, 'SNAPSHOT') == false }}
# uses: touchlab/[email protected]
# with:
# tag: ${{ steps.version-name.outputs.propVal }}
- name: Create Release
if: ${{ contains(steps.version-match.outputs.group1, 'SNAPSHOT') == false }}
uses: touchlab/[email protected]
with:
tag: ${{ steps.version-name.outputs.propVal }}

env:
GRADLE_OPTS: -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=512m"

0 comments on commit 04be589

Please sign in to comment.