Skip to content

Commit 5b09e2d

Browse files
committed
chore: revert workflow changes
1 parent 55deaa9 commit 5b09e2d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/publish.yml

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

2625
- name: Enable Corepack (Yarn)
2726
run: corepack enable
2827

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-
3728
- name: Setup git config
3829
run: |
3930
git config --global user.name "standardci"

0 commit comments

Comments
 (0)