Skip to content

Commit fb2342f

Browse files
committed
wjhat what
1 parent 120f39f commit fb2342f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ runs:
1515
steps:
1616
- name: 'Checkout ${{ github.head_ref || github.ref }}'
1717
uses: actions/checkout@v5
18+
- run: |
19+
echo "release-version=${{ inputs.release-version }}"
20+
echo "is-preview=${{ inputs.is-preview }}"
21+
echo "preview-argument=${{ inputs.is-preview == 'true' && '--prerelease' || '' }}"
22+
shell: bach
1823
- name: 'Create GitHub release PolylineAlgorithm ${{ env.release-version }}'
1924
shell: bash
2025
env:

0 commit comments

Comments
 (0)