Skip to content

Commit d28f2fe

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 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,13 @@ jobs:
9697
env:
9798
VERSION: ${{needs.setup.outputs.release-version}}
9899

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

0 commit comments

Comments
 (0)