Skip to content

Commit c0bdaf4

Browse files
committed
fix: Use latest semantic-release
1 parent c189215 commit c0bdaf4

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
@@ -48,7 +48,7 @@ jobs:
4848
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
4949
- run:
5050
name: Publish package
51-
command: npx semantic-release@17.0.4
51+
command: npx semantic-release
5252

5353
workflows:
5454
version: 2

0 commit comments

Comments
 (0)