Skip to content

Commit c99afb8

Browse files
committed
fix broken publish step
1 parent 417f45e commit c99afb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/api-flow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run: |
9595
cd packages/types
9696
97-
if [ "${{ inputs.preid }}" != "" ]; then
97+
if [ "${{ steps.input-validation.outputs.prerelease }}" == "true" ]; then
9898
pnpm publish --access public --no-git-checks --tag prerelease
9999
else
100100
pnpm publish --access public --no-git-checks --tag latest

0 commit comments

Comments
 (0)