Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ jobs:
# OIDC Trusted Publishing (configured on npmjs.com for DiamondsLab/diamonds):
# no NPM_TOKEN — auth comes from the OIDC id-token; provenance is generated.
- name: Publish (npm OIDC Trusted Publishing)
env:
NODE_AUTH_TOKEN: '' # setup-node can inject a placeholder default; any set token disables the OIDC exchange
run: |
echo "npm: $(npm --version)"
echo "OIDC id-token URL present: ${ACTIONS_ID_TOKEN_REQUEST_URL:+YES}"
echo "registry: $(npm config get registry)"
npm publish --provenance --access public
npm publish --provenance --access public --loglevel http
Loading