diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc2c44a..5834fbf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -110,30 +110,8 @@ jobs: prerelease: false generate_release_notes: true body: | - ## Changes - ${{ needs.semantic-version.outputs.changelog }} - ## Installation - - ### Binary Downloads - - You can download pre-built binaries for your platform from the assets below. - - ### Cargo Install - - ```bash - cargo install repos - ``` - - ### From Source - - ```bash - git clone https://github.com/${{ github.repository }}.git - cd repos - cargo build --release - ``` - build-release: name: Build Release Binary needs: [semantic-version, create-release]