Thanks to visit codestin.com Credit goes to github.com
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 ce13c8e commit be62133Copy full SHA for be62133
.github/workflows/publish.yaml
@@ -29,4 +29,4 @@ jobs:
29
- run: mv package/package.json package.json
30
- run: yarn publish *.tgz
31
env:
32
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ YARN_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments