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 ef6db78 commit 6d2b50bCopy full SHA for 6d2b50b
2 files changed
.github/workflows/release.yml
@@ -342,6 +342,8 @@ jobs:
342
343
- name: Publish npm packages as latest
344
run: pnpm run publish
345
+ env:
346
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
347
348
- name: Upload assets to the latest tag
349
run: |
packages/@biomejs/biome/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@biomejs/biome",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"bin": {
5
"biome": "bin/biome"
6
},
0 commit comments