Skip to content

Commit

Permalink
ci: fix up the C3 prerelease job (#3462)
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Jun 14, 2023
1 parent 026d944 commit 9f0f612
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prerelease-create-cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
NODE_ENV: "production"

- name: Publish Beta to NPM
run: npm publish -w create-cloudflare --tag beta
run: npm publish --tag beta
env:
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
working-directory: packages/create-cloudflare

0 comments on commit 9f0f612

Please sign in to comment.