Skip to content

Commit

Permalink
Merge release/1.0.0-beta.7 into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 11, 2021
2 parents 3a0f83b + 23459d5 commit 6e0c04d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/lib/publishPackages.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const publishPackages = (labels, token) => {
tag: npmTag,
access: 'public',
checkVersion: true,
registry: 'https://registry.npmjs.org/'
};
npmPublish({
package: path.resolve(baseApiClientPath, './package.json'),
Expand Down

0 comments on commit 6e0c04d

Please sign in to comment.