We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f50e9 commit 2b7ce85Copy full SHA for 2b7ce85
.github/workflows/publish.yml
@@ -20,6 +20,6 @@ jobs:
20
- name: publish
21
run: yarn npm publish --tolerate-republish --access public
22
env:
23
- NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
24
- run: |
25
git checkout ./.yarnrc.yml
0 commit comments