Skip to content

Commit 5ad44f0

Browse files
committed
Add debugging
1 parent a9202cd commit 5ad44f0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
- name: Verify toolchain versions
3333
run: node -v && npm -v && yarn -v
3434

35+
- name: Print GitHub OIDC identity context
36+
run: |
37+
echo "repository=$GITHUB_REPOSITORY"
38+
echo "workflow_ref=$GITHUB_WORKFLOW_REF"
39+
echo "ref=$GITHUB_REF"
40+
3541
- name: Install dependencies
3642
run: yarn install --frozen-lockfile
3743

0 commit comments

Comments
 (0)