Skip to content

Commit 69b0ad2

Browse files
committed
Still trying to prevent auth token from being set.
1 parent fc9cbfb commit 69b0ad2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-packages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
- uses: actions/setup-node@v4
2323
with:
2424
node-version: '24'
25-
registry-url: 'https://registry.npmjs.org'
25+
26+
- name: Configure npm registry
27+
run: npm config set registry https://registry.npmjs.org/
2628

2729
- run: npm install
2830

0 commit comments

Comments
 (0)