We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5619c67 commit 74e6153Copy full SHA for 74e6153
1 file changed
.github/workflows/publish.yml
@@ -32,6 +32,10 @@ jobs:
32
run: npm test
33
- name: Run Build
34
run: npm run build
35
+ - name: Create NPMRC
36
+ run: echo //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} > .npmrc
37
+ env:
38
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
39
- name: Publish
40
run: npm publish --access public
41
env:
0 commit comments