We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db788a4 commit 98bdf56Copy full SHA for 98bdf56
.github/workflows/build.yml
@@ -78,8 +78,8 @@ jobs:
78
if: startsWith(github.ref, 'refs/tags/') # Only on tags
79
run: |
80
npm run lerna -- version ${{ steps.get_version.outputs.RELEASE_VERSION }} --no-git-tag-version --exact -y &&
81
- pushd packages/couchbase-index-manager && npm publish && popd &&
82
- pushd packages/couchbase-index-manager-cli && npm publish && popd
+ pushd packages/couchbase-index-manager && npm publish --access public && popd &&
+ pushd packages/couchbase-index-manager-cli && npm publish --access public&& popd
83
env:
84
NPM_CONFIG_PROVENANCE: true
85
0 commit comments