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.
2 parents 17ab17f + ab743a6 commit 2ab6593Copy full SHA for 2ab6593
.github/workflows/publish.yml
@@ -23,5 +23,4 @@ jobs:
23
- run: yarn install --immutable
24
- run: yarn npm publish --access public --tag test-ci
25
env:
26
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
27
- YARN_NPM_CONFIG_PROVENANCE: true
+ YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments