From ad054f22b5bd6d560c8ff7544f18f897fe4abab5 Mon Sep 17 00:00:00 2001 From: Dan Stepanov Date: Sat, 18 Nov 2023 15:00:31 -0500 Subject: [PATCH] change instances of canary to beta --- .github/workflows/beta-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta-release.yaml b/.github/workflows/beta-release.yaml index 725f92da..919eff5d 100644 --- a/.github/workflows/beta-release.yaml +++ b/.github/workflows/beta-release.yaml @@ -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 @@ -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