From c09ac166d01dbd2f940b9d6fbdb6bf3f595f3dbd Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 1 Jan 2021 11:07:00 +1300 Subject: [PATCH] Update rust.yml Remove release stage as this happens (gated) in build --- .github/workflows/rust.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 8cbee35f..03ec4e89 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -145,21 +145,3 @@ jobs: - name: "Run binstall" run: ./${{ matrix.output }} cargo-binstall --manifest-path . --no-confirm - - - release: - name: Upload firmware artifacts to release - runs-on: ubuntu-latest - needs: test - if: ${{ startsWith(github.ref, 'refs/tags/v') }} - steps: - - - name: Create Release - uses: actions/create-release@v1 - id: create_release - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} - body: Release ${{ github.ref }}