Skip to content

Commit 16cfdeb

Browse files
committed
wip: add debug printing
1 parent 6c42af5 commit 16cfdeb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/publish-wasm-internal.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
with:
8080
node-version: 24
8181
registry-url: "https://registry.npmjs.org/"
82+
scope: "@bitwarden"
8283

8384
- name: Download artifact
8485
uses: bitwarden/gh-actions/download-artifacts@main
@@ -96,6 +97,14 @@ jobs:
9697
env:
9798
VERSION: ${{needs.setup.outputs.release-version}}
9899

100+
- name: "Diagnostic: npm identity and maintainers (commercial only)"
101+
if: ${{ matrix.license_type.artifact_name == 'commercial-sdk-internal' }}
102+
working-directory: crates/bitwarden-wasm-internal/${{ matrix.license_type.npm_folder }}
103+
run: |
104+
echo "npm whoami: $(npm whoami || echo 'unknown')"
105+
echo "Maintainers for @bitwarden/commercial-sdk-internal:"
106+
npm view @bitwarden/commercial-sdk-internal maintainers --json || true
107+
99108
- name: Publish NPM
100109
if: ${{ inputs.release_type != 'Dry Run' }}
101110
working-directory: crates/bitwarden-wasm-internal/${{ matrix.license_type.npm_folder }}

0 commit comments

Comments
 (0)