We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6caf7 commit 679fa88Copy full SHA for 679fa88
1 file changed
.github/workflows/publish.yml
@@ -21,10 +21,19 @@ jobs:
21
with:
22
node-version: 16.x
23
registry-url: "https://registry.npmjs.org"
24
+ scope: "@standardnotes"
25
26
- name: Enable Corepack (Yarn)
27
run: corepack enable
28
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
+
37
- name: Setup git config
38
run: |
39
git config --global user.name "standardci"
0 commit comments