Skip to content

Commit ad93931

Browse files
committed
typo fix
1 parent bf2579a commit ad93931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-feature-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
kit:mssql) cd ../drizzle-kit && pnpm --stream run test:mssql ;;
245245
validators)
246246
(cd ../drizzle-zod && pnpm --stream test --reporter=verbose --silent=false)
247-
(cd ../drizzle-valibod && pnpm --stream test --reporter=verbose --silent=false)
247+
(cd ../drizzle-valibot && pnpm --stream test --reporter=verbose --silent=false)
248248
(cd ../drizzle-arktype && pnpm --stream test --reporter=verbose --silent=false)
249249
(cd ../drizzle-typebox && pnpm --stream test --reporter=verbose --silent=false)
250250
;;

0 commit comments

Comments
 (0)