From 30bcb7ef797d2ed073d6c19fef01d674f71cbb0a Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 1 Feb 2022 00:15:11 +0000 Subject: [PATCH] Remove generate changelog --- .github/workflows/deploy.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f2ddd03..3ad9081 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -142,26 +142,6 @@ jobs: asset_name: ${{ env.BIN }}-${{ matrix.target }}.tar.gz asset_content_type: application/gzip - changelog: - name: Release Changelog - needs: - - windows - - macos - - linux - runs-on: ubuntu-latest - steps: - - name: "Build Changelog" - id: build_changelog - uses: mikepenz/release-changelog-builder-action@v2.8.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Update release - uses: johnwbyrd/update-release@v1.0.0 - with: - token: ${{ secrets.GITHUB_TOKEN }} - body: ${{steps.github_release.outputs.changelog}} - - homebrew: name: Bump Homebrew formula needs: macos