Skip to content

Commit b2b459c

Browse files
chore: debug release workflow
1 parent aa90617 commit b2b459c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- run: |
2828
yarn config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
29-
yarn config
29+
yarn config list
3030
3131
- run: yarn release --conventional-graduate --registry https://registry.npmjs.org
3232
if: ${{ github.ref_name == 'main' }}
@@ -40,7 +40,7 @@ jobs:
4040

4141
- run: |
4242
yarn config set //npm.pkg.github.com/:_authToken ${{ secrets.GITHUB_TOKEN }}
43-
yarn config
43+
yarn config list
4444
4545
- run: yarn release --conventional-graduate --registry https://npm.pkg.github.com
4646
if: ${{ github.ref_name == 'main' }}

0 commit comments

Comments
 (0)