We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8c1607 + 11229ca commit 35aaca2Copy full SHA for 35aaca2
.github/workflows/release.yml
@@ -20,8 +20,12 @@ jobs:
20
- name: Pack package
21
run: yarn pack
22
23
- - name: Write authtoken
+ - name: Auth with npm
24
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTOMATION_TOKEN }}" > ~/.npmrc
25
+ env:
26
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
27
28
- name: Publish package
- run: yarn npm publish --access public
29
+ run: npm publish --access public
30
31
0 commit comments