Skip to content

Commit c064ea6

Browse files
committed
ci: fix github release
1 parent 6649ac7 commit c064ea6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
packages/python/dist/*
221221
"${{ steps.attest.outputs.bundle-path }}"
222222
--generate-notes
223-
${{ contains(steps.version.outputs.version, 'alpha') && '--prerelease' }}
223+
${{ contains(steps.version.outputs.version, 'alpha') && '--prerelease' || '' }}
224224
env:
225225
GH_TOKEN: ${{ github.token }}
226226

0 commit comments

Comments
 (0)