Skip to content

Commit 10fc7a4

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

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
@@ -84,7 +84,7 @@ jobs:
8484
export KENV_PREFIX=$KENV/scripts
8585
export KIT=${{ env.kit_path }}
8686
cd ${{ env.wd_path }}
87-
pnpm node --experimental-loader "$KIT/build/loader.js" "$KIT/run/github-workflow.js" test-ts John --trust
87+
pnpm node --experimental-loader "$KIT/build/loader.js" "$KIT/run/github-workflow.js" test-ts John
8888
- run: |
8989
[ "${{ steps.test-script-ts.outputs.result }}" != "John" ] && exit 1
9090
[ "${{ steps.test-script-ts.outputs.result }}" = "John" ] && echo "Passed 🎉"

0 commit comments

Comments
 (0)