Skip to content

Commit b837b53

Browse files
committed
ci(actions): attempt fix npm token
1 parent 8ec46ec commit b837b53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ jobs:
3636
node-version: 18
3737
registry-url: https://registry.npmjs.org/
3838
- run: npm ci
39+
- run: rm .npmrc
40+
- run: pwd
3941
- run: npm run release

0 commit comments

Comments
 (0)