We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2779e0b commit fd3c2b9Copy full SHA for fd3c2b9
.github/workflows/prereleases.yml
@@ -35,7 +35,7 @@ jobs:
35
run: pnpm -F builder run build
36
37
- name: Update package.json version
38
- run: node .github/utils/version-script.cjs builder
+ run: node .github/utils/update-version.cjs builder
39
40
- name: Publish to NPM
41
run: pnpm publish -F cloudflare --no-git-checks
0 commit comments