Skip to content

Commit a51c412

Browse files
authored
chore: trigger release and debug workflow (#64)
1 parent 4f56e60 commit a51c412

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.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"

packages/com.sncommunity.advanced-checklist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"private": true,
1010
"license": "AGPL-3.0-or-later",
11-
"author": "Standard Notes Community.",
11+
"author": "Standard Notes Community",
1212
"sn": {
1313
"name": "Advanced Checklist",
1414
"content_type": "SN|Component",

0 commit comments

Comments
 (0)