Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,19 @@ jobs:
with:
node-version: 16.x
registry-url: "https://registry.npmjs.org"
scope: "@standardnotes"

- name: Enable Corepack (Yarn)
run: corepack enable

- name: Verify npm auth + registry (debug E404)
shell: bash
run: |
node -v
npm -v
npm config get registry
npm whoami

- name: Setup git config
run: |
git config --global user.name "standardci"
Expand Down
2 changes: 1 addition & 1 deletion packages/com.sncommunity.advanced-checklist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"private": true,
"license": "AGPL-3.0-or-later",
"author": "Standard Notes Community.",
"author": "Standard Notes Community",
"sn": {
"name": "Advanced Checklist",
"content_type": "SN|Component",
Expand Down