Skip to content

Commit fd3c2b9

Browse files
ci: fix prerelease util script (#20)
1 parent 2779e0b commit fd3c2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prereleases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: pnpm -F builder run build
3636

3737
- name: Update package.json version
38-
run: node .github/utils/version-script.cjs builder
38+
run: node .github/utils/update-version.cjs builder
3939

4040
- name: Publish to NPM
4141
run: pnpm publish -F cloudflare --no-git-checks

0 commit comments

Comments
 (0)