Skip to content

Commit ce165ff

Browse files
fix Cloudflare Vite plugin beta release script (#7826)
1 parent 7e04493 commit ce165ff

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
@@ -80,8 +80,8 @@ jobs:
8080
env:
8181
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
8282

83-
- name: Publish vite-plugin-cloudflare@beta to NPM
84-
run: pnpm --filter vite-plugin-cloudflare publish --tag beta
83+
- name: Publish @cloudflare/vite-plugin@beta to NPM
84+
run: pnpm --filter vite-plugin publish --tag beta
8585
env:
8686
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
8787

0 commit comments

Comments
 (0)