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 b95d09a commit 4fadf97Copy full SHA for 4fadf97
.github/workflows/prereleases.yml
@@ -32,10 +32,10 @@ jobs:
32
run: pnpm i --frozen-lockfile
33
34
- name: Build
35
- run: pnpm -F builder run build
+ run: pnpm -F cloudflare run build
36
37
- name: Update package.json version
38
- run: node .github/utils/update-version.cjs builder
+ run: node .github/utils/update-version.cjs cloudflare
39
40
- name: Publish to NPM
41
run: pnpm publish -F cloudflare --no-git-checks
0 commit comments