From ed01cf2d48b8e7aa231598d0562f692959ab215a Mon Sep 17 00:00:00 2001 From: Vinicius Reis Date: Sun, 30 Jan 2022 16:56:35 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20ci=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c70087..59457b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Set up Go uses: actions/setup-go@v2 @@ -23,7 +25,8 @@ jobs: - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 with: + distribution: goreleaser version: latest args: release --rm-dist env: - GITHUB_TOKEN: ${{secrets.GH_PAT}} \ No newline at end of file + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file