Skip to content

Commit 55a9511

Browse files
committed
ci(release): debug
1 parent f173fcf commit 55a9511

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ jobs:
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
NPM_TOKEN: ${{ secrets.OCTOKITBOT_NPM_TOKEN }}
21-
- run: npm whoami && npm access ls-collaborators
21+
- run: |
22+
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
23+
npm whoami
24+
npm access ls-collaborators
2225
if: ${{ failure() }}
2326
env:
2427
NPM_TOKEN: ${{ secrets.OCTOKITBOT_NPM_TOKEN }}

0 commit comments

Comments
 (0)