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 b78a96e commit aa8cd0aCopy full SHA for aa8cd0a
.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" >> ~/.yarnrc
20
env:
21
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
22
- name: Publish
0 commit comments