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 aa90617 commit b2b459cCopy full SHA for b2b459c
1 file changed
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- run: |
28
yarn config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
29
- yarn config
+ yarn config list
30
31
- run: yarn release --conventional-graduate --registry https://registry.npmjs.org
32
if: ${{ github.ref_name == 'main' }}
@@ -40,7 +40,7 @@ jobs:
40
41
42
yarn config set //npm.pkg.github.com/:_authToken ${{ secrets.GITHUB_TOKEN }}
43
44
45
- run: yarn release --conventional-graduate --registry https://npm.pkg.github.com
46
0 commit comments