From bdc1b1bf21aa6e9a9f6235389186ed05278877ba Mon Sep 17 00:00:00 2001 From: eduardo Date: Wed, 6 Sep 2023 18:54:06 +0200 Subject: [PATCH] BIT-353: fixing publish-tag.yml workflow --- .github/workflows/publish-tag.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-tag.yml b/.github/workflows/publish-tag.yml index 257c6fd92..c45fb24b6 100644 --- a/.github/workflows/publish-tag.yml +++ b/.github/workflows/publish-tag.yml @@ -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 }} @@ -101,7 +101,7 @@ jobs: run: | cargo test --tests - - name: Build executable + - name: 🚀 Build executable run: | cargo build --release