We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e35367 commit 2497fb2Copy full SHA for 2497fb2
.github/workflows/publish.yml
@@ -18,15 +18,13 @@ jobs:
18
uses: actions/setup-node@v4
19
with:
20
node-version: '20.x'
21
- registry-url: 'https://npm.pkg.github.com'
+ registry-url: 'https://registry.npmjs.org'
22
23
# Install dependencies (if any) and build your project (if necessary)
24
- name: Install dependencies and build
25
run: |
26
npm install
27
npm run build
28
- env:
29
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
30
31
# Publish to NPM
32
- name: Publish
0 commit comments