Skip to content

Commit c954fe3

Browse files
committed
chore(release): run semantic-release in stable branch
1 parent 524f73a commit c954fe3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
- checkout
4343
- attach_workspace:
4444
at: /tmp/workspace
45-
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
46-
- run: npm run publish:ci -- --yes
45+
- run: npx semantic-release
4746

4847

4948
workflows:

0 commit comments

Comments
 (0)