Skip to content

Commit

Permalink
release: v0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
rise0chen committed Sep 5, 2023
1 parent 8a9bc7a commit 645cde2
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 5 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,18 @@ jobs:
submodules: true
- name: Build
run: cargo build --release --features mdns

release:
if: ${{ contains(github.ref, 'tags/v') }}
needs: [builds]
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: login
run: cargo login ${{ secrets.CARGO_TOKEN }}
- name: publish proto
continue-on-error: true
run: cargo publish -p lebai-proto
- name: publish lebai_sdk
run: cargo publish -p lebai_sdk
18 changes: 14 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license-file = "LICENSE"
name = "lebai_sdk"
repository = "https://github.com/lebai-robotics/lebai-sdk.rs"
version = "0.1.15"
version = "0.1.16"

[workspace]
members = [
Expand Down

0 comments on commit 645cde2

Please sign in to comment.