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 7e04493 commit ce165ffCopy full SHA for ce165ff
.github/workflows/prereleases.yml
@@ -80,8 +80,8 @@ jobs:
80
env:
81
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
82
83
- - name: Publish vite-plugin-cloudflare@beta to NPM
84
- run: pnpm --filter vite-plugin-cloudflare publish --tag beta
+ - name: Publish @cloudflare/vite-plugin@beta to NPM
+ run: pnpm --filter vite-plugin publish --tag beta
85
86
87
0 commit comments