Skip to content

Commit 8bac5e5

Browse files
committed
ci(npm): verbose publish + OIDC env diagnostic
1 parent 6ce599d commit 8bac5e5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ jobs:
4848
- name: Publish to npm
4949
run: |
5050
echo "publishing with npm $(npm -v)"
51-
npm publish --access public
51+
echo "OIDC request url present: ${ACTIONS_ID_TOKEN_REQUEST_URL:+yes}${ACTIONS_ID_TOKEN_REQUEST_URL:-NO}"
52+
npm publish --access public --loglevel verbose

0 commit comments

Comments
 (0)