From 9299b01add56a9fb5064f4927f76cf5114de64f1 Mon Sep 17 00:00:00 2001 From: iVacon <71210872+iVacon@users.noreply.github.com> Date: Sat, 22 Apr 2023 19:24:21 +0300 Subject: [PATCH] FIX. GITHUB. WORKFLOW. --- .github/workflows/rust.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d5391d5..0807aa5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -15,10 +15,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - name: Build - run: cargo build --verbose - - uses: actions/checkout@v3 - name: Build release run: cargo build --release --verbose @@ -32,3 +28,5 @@ jobs: title: Automatic release # Assets to upload to the release files: target/release/mrfetch + # Git tag + automatic_release_tag: AUTO