Skip to content

Commit 4fadf97

Browse files
fix prereleases after rename of cloudflare package directory (#24)
1 parent b95d09a commit 4fadf97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prereleases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
run: pnpm i --frozen-lockfile
3333

3434
- name: Build
35-
run: pnpm -F builder run build
35+
run: pnpm -F cloudflare run build
3636

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

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

0 commit comments

Comments
 (0)