Skip to content

Commit

Permalink
change instances of canary to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
danstepanov committed Nov 18, 2023
1 parent 5293427 commit ad054f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beta-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

## The change made to package.json here is ephemeral, as it will only run in CI
- name: Bump beta version
run: bun run ./scripts/canary-release.ts
run: bun run ./scripts/beta-release.ts

## Unfortuneately, bun doesn't support publishing to NPM registry yet
- name: Setup Node.js
Expand All @@ -62,4 +62,4 @@ jobs:
bun run build:cli
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
cd ./cli
npm publish --provenance --access public --ignore-scripts --tag canary
npm publish --provenance --access public --ignore-scripts --tag beta

0 comments on commit ad054f2

Please sign in to comment.