diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b04d3f8..dd8aecf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,10 @@ jobs: - uses: actions/setup-go@v2 with: go-version: 1.16 - - name: goreleaser + - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 with: version: latest args: release --rm-dist + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}