Skip to content

Commit 3d1f6ae

Browse files
committed
ci(workflow): remove .npmrc before installing pnpm in npm-publish workflow
1 parent c2994c6 commit 3d1f6ae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18+
- run: rm -rf .npmrc
19+
1820
- name: Install pnpm
1921
uses: pnpm/action-setup@v4
2022
with:

0 commit comments

Comments
 (0)