Skip to content

Commit 44a936c

Browse files
committed
4.0.2
1 parent f3e749b commit 44a936c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
provenance: true
4747
package: ./packages/zod
4848

49-
# - run: pnpm jsr publish --allow-slow-types # --dry-run
50-
# working-directory: ./packages/zod
49+
- run: pnpm jsr publish --allow-slow-types --provenance # --dry-run
50+
working-directory: ./packages/zod
5151

5252
- name: Post-publish
5353
if: ${{ steps.publish.outputs.type }}

packages/zod/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zod/zod",
3-
"version": "4.0.0",
3+
"version": "4.0.2",
44
"exports": {
55
"./package.json": "./package.json",
66
".": "./src/index.ts",

0 commit comments

Comments
 (0)