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