Skip to content

Commit e1ba03c

Browse files
committed
chore: restore version and use different runner
1 parent 1b783c8 commit e1ba03c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,15 @@ jobs:
169169
build-binaries-gnu:
170170
needs: version
171171
if: needs.version.outputs.cli-version
172+
env:
173+
RUST_BACKTRACE: 1
172174
strategy:
173175
matrix:
174176
include:
175177
- os: depot-ubuntu-24.04
176178
target: x86_64-unknown-linux-gnu
177179
code-target: linux-x64
178-
- os: depot-ubuntu-24.04-arm
180+
- os: depot-ubuntu-24.04-arm-4
179181
target: aarch64-unknown-linux-gnu
180182
code-target: linux-arm64
181183

packages/@biomejs/biome/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@biomejs/biome",
3-
"version": "2.1.4",
3+
"version": "2.2.0",
44
"bin": {
55
"biome": "bin/biome"
66
},

packages/@biomejs/js-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@biomejs/js-api",
3-
"version": "2.0.3",
3+
"version": "3.0.0",
44
"description": "JavaScript APIs for the Biome package",
55
"scripts": {
66
"tsc": "tsc --noEmit",

0 commit comments

Comments
 (0)