Skip to content

Commit 117dc0d

Browse files
docs(README): add registry (#926)
* docs(README): update nodejs to conform new npm release process * docs(README): revert releaserc yml changes * docs(README): update yml files to fix release * docs(README): add verbose to releaserc yml * docs(README): remove tokens in nodejs yml * docs(README): revert whoami changes * docs(README): update auth token mechanism * docs(README): upgrade lerna * docs(README): upgrade lerna * docs(README): exchange token * docs(README): exchange token * docs(README): remove git reset * docs(README): add registry
1 parent 72e597e commit 117dc0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins:
1818
- - '@semantic-release/changelog'
1919
- changelogTitle: "# Changelog\n\nAll notable changes to this project will be documented in this file."
2020
- - '@semantic-release/exec'
21-
- publishCmd: yarn lerna version ${nextRelease.version} --no-git-tag-version --no-push --yes --exact && npm publish --workspaces --access public
21+
- publishCmd: yarn lerna version ${nextRelease.version} --no-git-tag-version --no-push --yes --exact && npm publish --workspaces --access public --registry https://registry.npmjs.org
2222
- '@semantic-release/github'
2323

2424
preset: conventionalcommits

0 commit comments

Comments
 (0)