diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 10eff36..ac3344d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,4 +18,12 @@ jobs: with: go-version: '1.18.0' - name: Build x86_64 - run: ./build.sh \ No newline at end of file + run: ./build.sh + - name: Add to release + uses: goreleaser/goreleaser-action@v5 + with: + distribution: goreleaser + version: latest + args: release --clean + env: + GITHUB_TOKEN: ${{ secrets.GO_RELEASER_TOKEN }} \ No newline at end of file