Skip to content

Commit

Permalink
chore: Publish miniflare@beta to npm (#6594)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmenPopoviciu authored Aug 28, 2024
1 parent f4c8cea commit 1024237
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/prereleases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Modify package.json version
run: |
node .github/version-script.js wrangler
node .github/version-script.js miniflare
node .github/version-script.js create-cloudflare
node .github/version-script.js workers-shared
Expand All @@ -55,10 +56,16 @@ jobs:
SENTRY_DSN: "https://9edbb8417b284aa2bbead9b4c318918b@sentry10.cfdata.org/583"
ALGOLIA_PUBLIC_KEY: ${{ secrets.ALGOLIA_PUBLIC_KEY }}

- name: Publish miniflare@beta to NPM
run: pnpm --filter miniflare publish --tag beta
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

- name: Publish create-cloudflare@beta to NPM
run: pnpm --filter create-cloudflare publish --tag beta
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

- name: Publish workers-shared@beta to NPM
run: pnpm --filter workers-shared publish --tag beta
env:
Expand Down

0 comments on commit 1024237

Please sign in to comment.