We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c956d4 commit 5464cbeCopy full SHA for 5464cbe
.github/actions/github/create-release/action.yml
@@ -15,6 +15,11 @@ runs:
15
steps:
16
- name: 'Checkout ${{ github.head_ref || github.ref }}'
17
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
23
- name: 'Create GitHub release PolylineAlgorithm ${{ env.release-version }}'
24
shell: bash
25
env:
0 commit comments