Skip to content

Commit 3e14990

Browse files
committed
chore(release): bump to 0.2.6
1 parent fbbaedd commit 3e14990

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ jobs:
4747
with:
4848
key: ${{ matrix.target }}
4949

50+
- uses: oven-sh/setup-bun@v2
51+
52+
- name: Build admin UI
53+
run: cd ui && bun install --frozen-lockfile && bun run build
54+
5055
- name: Install protoc (Linux)
5156
if: runner.os == 'Linux'
5257
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ members = [
1515
resolver = "2"
1616

1717
[workspace.package]
18-
version = "0.2.5"
18+
version = "0.2.6"
1919
edition = "2021"
2020
license = "MIT OR Apache-2.0"
2121
repository = "https://github.com/DocumentDrivenDX/axon"

0 commit comments

Comments
 (0)