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 fd07595 commit fd8d2d1Copy full SHA for fd8d2d1
.github/workflows/publish.yml
@@ -11,6 +11,7 @@ jobs:
11
- uses: actions/setup-node@v3
12
with:
13
node-version: 18
14
+ registry-url: 'https://registry.npmjs.org'
15
- name: Install dependencies
16
run: npm ci
17
- name: Lint code
@@ -22,4 +23,4 @@ jobs:
22
23
- name: Deploy package
24
run: npm publish
25
env:
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
26
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
.npmrc
0 commit comments