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