Skip to content

Commit 0063d96

Browse files
committed
update
1 parent fb2342f commit 0063d96

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/github/create-release/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ inputs:
88
is-preview:
99
description: 'Is this a preview release?'
1010
required: true
11-
default: 'false'
1211

1312
runs:
1413
using: composite
@@ -19,7 +18,7 @@ runs:
1918
echo "release-version=${{ inputs.release-version }}"
2019
echo "is-preview=${{ inputs.is-preview }}"
2120
echo "preview-argument=${{ inputs.is-preview == 'true' && '--prerelease' || '' }}"
22-
shell: bach
21+
shell: bash
2322
- name: 'Create GitHub release PolylineAlgorithm ${{ env.release-version }}'
2423
shell: bash
2524
env:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,3 +247,4 @@ jobs:
247247
uses: ./.github/actions/github/create-release
248248
with:
249249
release-version: ${{ env.release-version }}
250+
is-preview: ${{ needs.workflow-variables.outputs.is-preview }}

0 commit comments

Comments
 (0)