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 4f56e60 commit b2e363bCopy full SHA for b2e363b
2 files 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"
packages/com.sncommunity.advanced-checklist/package.json
@@ -8,7 +8,7 @@
8
],
9
"private": true,
10
"license": "AGPL-3.0-or-later",
11
- "author": "Standard Notes Community.",
+ "author": "Standard Notes Community",
12
"sn": {
13
"name": "Advanced Checklist",
14
"content_type": "SN|Component",
0 commit comments