Skip to content

Commit 1a6134d

Browse files
committed
ci: add debug logs to release.yml
1 parent 1aaf9b8 commit 1a6134d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,13 @@ jobs:
3232
run: npm audit signatures
3333
- name: Build
3434
run: npm run build
35+
- name: List files
36+
run: ls -la
37+
- name: Environment variables
38+
run: printenv
3539
- name: Release
3640
run: npx semantic-release
3741
env:
3842
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43+
NPM_CONFIG_REGISTRY: "https://registry.npmjs.org/"
3944
NPM_CONFIG_PROVENANCE: "true" # attach provenance to every publish

0 commit comments

Comments
 (0)