File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 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
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 }}
You can’t perform that action at this time.
0 commit comments