Skip to content

Commit

Permalink
BIT-353: fixing publish-tag.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardogr committed Sep 6, 2023
1 parent 8ef7a6c commit bdc1b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
./scripts/install-deps.sh
- name: 🔧 Install Rust
uses: actions-rs/toolchain@v1.0.6
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust-toolchain }}
target: ${{ matrix.rust-target }}
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
run: |
cargo test --tests
- name: Build executable
- name: 🚀 Build executable
run: |
cargo build --release
Expand Down

0 comments on commit bdc1b1b

Please sign in to comment.