Skip to content

Commit fb97aaa

Browse files
committed
chore: bump version to 0.1.1, publish vika-cli to crates.io
1 parent f8452b7 commit fb97aaa

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: dtolnay/rust-toolchain@stable
1919
- uses: Swatinem/rust-cache@v2
20-
- run: cargo publish -p vika-sdk --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
20+
- run: cargo publish -p vika-sdk --token ${{ secrets.CARGO_REGISTRY_TOKEN }} || true
2121

2222
# ── Publish vika-cli to crates.io ───────────────────────────────────────────
2323
publish-cli:

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/vika-sdk", "crates/vika-cli"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.1.0"
6+
version = "0.1.1"
77
edition = "2021"
88
authors = ["Vika Rust Contributors"]
99
license = "MIT"

0 commit comments

Comments
 (0)