Skip to content

Commit

Permalink
Update release workflow (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
devashishdxt authored Feb 23, 2024
1 parent 05454cd commit 18008d5
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,15 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up protoc
uses: arduino/setup-protoc@v3
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Build
uses: actions-rs/cargo@v1
with:
command: build
args: --release
run: cargo build --release
- name: Get version
id: get_version
uses: battila7/get-version-action@v2
Expand Down

0 comments on commit 18008d5

Please sign in to comment.