Skip to content

Commit 2497fb2

Browse files
committed
update registry
1 parent 3e35367 commit 2497fb2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ jobs:
1818
uses: actions/setup-node@v4
1919
with:
2020
node-version: '20.x'
21-
registry-url: 'https://npm.pkg.github.com'
21+
registry-url: 'https://registry.npmjs.org'
2222

2323
# Install dependencies (if any) and build your project (if necessary)
2424
- name: Install dependencies and build
2525
run: |
2626
npm install
2727
npm run build
28-
env:
29-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3028
3129
# Publish to NPM
3230
- name: Publish

0 commit comments

Comments
 (0)