We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c189215 commit c0bdaf4Copy full SHA for c0bdaf4
.circleci/config.yml
@@ -48,7 +48,7 @@ jobs:
48
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
49
- run:
50
name: Publish package
51
- command: npx semantic-release@17.0.4
+ command: npx semantic-release
52
53
workflows:
54
version: 2
0 commit comments