Skip to content

Commit aaaee45

Browse files
committed
ci(actions): attempt fix npm token
1 parent 88b2bb8 commit aaaee45

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
@@ -35,6 +35,8 @@ jobs:
3535
with:
3636
node-version: 18
3737
registry-url: https://registry.npmjs.org/
38+
cache: 'npm'
3839
- run: npm ci
3940
- run: pwd
41+
- run: rm -rf ../../_temp/.npmrc
4042
- run: npm run release

0 commit comments

Comments
 (0)