Skip to content

Commit 679fa88

Browse files
committed
chore: add logs
1 parent 9d6caf7 commit 679fa88

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,19 @@ jobs:
2121
with:
2222
node-version: 16.x
2323
registry-url: "https://registry.npmjs.org"
24+
scope: "@standardnotes"
2425

2526
- name: Enable Corepack (Yarn)
2627
run: corepack enable
2728

29+
- name: Verify npm auth + registry (debug E404)
30+
shell: bash
31+
run: |
32+
node -v
33+
npm -v
34+
npm config get registry
35+
npm whoami
36+
2837
- name: Setup git config
2938
run: |
3039
git config --global user.name "standardci"

0 commit comments

Comments
 (0)