Skip to content

Commit 379bb6d

Browse files
committed
test2
1 parent 268a3c4 commit 379bb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ runs:
1919
shell: bash
2020
env:
2121
GH_TOKEN: ${{ github.token }}
22-
preview-argument: "${{ 'inputs.is-preview' == 'true' && '--prerelease' || '' }}"
22+
preview-argument: "${{ inputs.is-preview == 'true' && '--prerelease' || '' }}"
2323
run: |
2424
gh release create ${{ env.release-version }} --generate-notes --discussion-category "General" ${{ env.preview-argument }}

0 commit comments

Comments
 (0)