Skip to content

Commit 804392c

Browse files
committed
Fix deploy workflow
1 parent 667bf7c commit 804392c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-published-releases.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15+
registry-url: 'https://registry.npmjs.org'
1516
node-version: 23
16-
registry-url: 'https://npm.pkg.github.com'
1717
env:
18-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
18+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1919

2020
- name: Cache dependencies
2121
id: cache-dependencies

0 commit comments

Comments
 (0)