|
|
@ -142,26 +142,6 @@ jobs:
|
|
|
|
asset_name: ${{ env.BIN }}-${{ matrix.target }}.tar.gz
|
|
|
|
asset_name: ${{ env.BIN }}-${{ matrix.target }}.tar.gz
|
|
|
|
asset_content_type: application/gzip
|
|
|
|
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:
|
|
|
|
homebrew:
|
|
|
|
name: Bump Homebrew formula
|
|
|
|
name: Bump Homebrew formula
|
|
|
|
needs: macos
|
|
|
|
needs: macos
|
|
|
|