From 88fdbd13cfe29b3d83b8b59762fbb948dfdae658 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 5 Apr 2025 18:19:30 -0300 Subject: [PATCH] ci: use goreleaser pro Thanks @caarlos0 for the free key! --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75b88607..5ae23dee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up Go uses: actions/setup-go@v5 @@ -20,7 +22,9 @@ jobs: - name: Run GoReleaser uses: goreleaser/goreleaser-action@v6 with: + distribution: goreleaser-pro version: latest args: release --clean env: GITHUB_TOKEN: ${{secrets.GH_PAT}} + GORELEASER_KEY: ${{secrets.GORELEASER_KEY}}