We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbbaedd commit 3e14990Copy full SHA for 3e14990
2 files changed
.github/workflows/release.yml
@@ -47,6 +47,11 @@ jobs:
47
with:
48
key: ${{ matrix.target }}
49
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
55
- name: Install protoc (Linux)
56
if: runner.os == 'Linux'
57
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
Cargo.toml
@@ -15,7 +15,7 @@ members = [
15
resolver = "2"
16
17
[workspace.package]
18
-version = "0.2.5"
+version = "0.2.6"
19
edition = "2021"
20
license = "MIT OR Apache-2.0"
21
repository = "https://github.com/DocumentDrivenDX/axon"
0 commit comments