Skip to content

Commit b173c59

Browse files
committed
ci: remove oidc auth debug
1 parent 8e7bb53 commit b173c59

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci-release.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,5 @@ jobs:
110110

111111
- run: bun install
112112

113-
- name: Debug OIDC
114-
run: |
115-
echo "Repository: $GITHUB_REPOSITORY"
116-
echo "Workflow: $GITHUB_WORKFLOW"
117-
echo "Workflow ref: $GITHUB_WORKFLOW_REF"
118-
npm whoami 2>&1 || echo "Not logged in (expected for OIDC)"
119-
120113
- name: Publish to npm
121114
run: npm publish --access public --tag latest --provenance

0 commit comments

Comments
 (0)