diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf2f1985..a356c221 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,4 +27,10 @@ jobs: with: name: sha512 path: migalood_sha512.txt + - name: Upload release binaries + uses: alexellis/upload-assets@0.4.0 + env: + GITHUB_TOKEN: ${{ github.token }} + with: + asset_paths: '["./bin/migalood, migalood_sha512.txt"]' diff --git a/go.mod b/go.mod index 0398116a..6c12ab12 100644 --- a/go.mod +++ b/go.mod @@ -188,4 +188,4 @@ replace ( ) // subject to a bug in the group module and gov module migration -retract [v2.0.0, v2.1.0] +retract [v2.0.0, v2.2.2]