Skip to content

Commit a050b17

Browse files
committed
fix: release test-ts
1 parent 10fc7a4 commit a050b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
export KENV_PREFIX=$KENV/scripts
209209
export KIT=${{ env.kit_path }}
210210
cd ${{ env.wd_path }}
211-
pnpm node --experimental-loader "$KIT/build/loader.js" "$KIT/run/github-workflow.js" test-ts John --trust
211+
pnpm node --experimental-loader "$KIT/build/loader.js" "$KIT/run/github-workflow.js" test-ts John
212212
- run: |
213213
[ "${{ steps.test-script-ts.outputs.result }}" != "John" ] && exit 1
214214
[ "${{ steps.test-script-ts.outputs.result }}" = "John" ] && echo "Passed 🎉"

0 commit comments

Comments
 (0)