Skip to content

Commit 98bdf56

Browse files
authored
Add --public to OIDC publish (#148)
1 parent db788a4 commit 98bdf56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
if: startsWith(github.ref, 'refs/tags/') # Only on tags
7979
run: |
8080
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
81+
pushd packages/couchbase-index-manager && npm publish --access public && popd &&
82+
pushd packages/couchbase-index-manager-cli && npm publish --access public&& popd
8383
env:
8484
NPM_CONFIG_PROVENANCE: true
8585

0 commit comments

Comments
 (0)