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 5d15cd5 commit 0a6b6fbCopy full SHA for 0a6b6fb
2 files changed
.github/workflows/release.yml
@@ -260,7 +260,7 @@ jobs:
260
- name: Upload WASM artifact
261
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
262
with:
263
- name: wasm-*
+ name: wasm-artefacts
264
path: |
265
./packages/@biomejs/wasm-bundler
266
./packages/@biomejs/wasm-nodejs
packages/@biomejs/biome/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@biomejs/biome",
3
- "version": "2.3.7",
+ "version": "2.3.8",
4
"bin": {
5
"biome": "bin/biome"
6
},
0 commit comments