Skip to content

Commit 647c6ac

Browse files
chore: fix release workflow
1 parent 4b303a4 commit 647c6ac

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
@@ -27,7 +27,7 @@ jobs:
2727
2828
- run: |
2929
yarn config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
30-
npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
30+
# npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
3131
3232
- run: yarn release --conventional-graduate --registry https://registry.npmjs.org
3333
if: ${{ github.ref_name == 'main' }}
@@ -41,7 +41,7 @@ jobs:
4141

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

0 commit comments

Comments
 (0)