Skip to content

Commit 1666989

Browse files
authored
fix: canary release auto approve (#80)
1 parent 0c49f94 commit 1666989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- run:
8686
name: Authenticate with registry
8787
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
88-
- run: npm run release:canary --yes
88+
- run: npm run release:canary -- --yes
8989

9090
release_stable:
9191
<<: *defaults

0 commit comments

Comments
 (0)