We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73fcb12 commit c2b5b27Copy full SHA for c2b5b27
.github/workflows/publish.yml
@@ -25,4 +25,7 @@ jobs:
25
26
- name: Run Biome
27
run: biome ci .
28
- - run: pnpm publish --no-git-checks
+ - name: Update npm
29
+ run: npm install -g npm@latest
30
+ - name: Publish
31
+ - run: npm publish
0 commit comments