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 aa8cd0a commit 573967bCopy full SHA for 573967b
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Build
17
run: yarn run build
18
- name: Create .npmrc
19
- run: echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" >> ~/.yarnrc
+ run: echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" >> ~/.npmrc
20
env:
21
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
22
- name: Publish
0 commit comments