Skip to content

Commit

Permalink
update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc committed Sep 25, 2024
1 parent b233d35 commit cefd985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
version:
required: true
type: string
description: Release Vesrion (no 'v' prefix)
description: Release Version (no 'v' prefix)
dryRun:
required: true
type: boolean
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
run: |
./gradlew evaluation-core:publishKotlinMultiplatformPublicationToSonatypeRepository
./gradlew evaluation-core-jvm:publishKotlinMultiplatformPublicationToSonatypeRepository
- name: Set Version (evaluation-interop)
if: ${{ github.event.inputs.dryRun == 'false' && (github.event.inputs.releaseModule == 'evaluation-interop' || github.event.inputs.releaseModule == 'all') }}
Expand Down

0 comments on commit cefd985

Please sign in to comment.