Skip to content

Commit 5464cbe

Browse files
github-actions[bot]petesramekPete Sramekdependabot[bot]
authored
Promote develop/1.0 to preview/1.0 (#94)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Pete Sramek <me@petesramek.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Pete Sramek <petr.sramek@dropoutcoder.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c956d4 commit 5464cbe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.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)