Skip to content

Commit e83b643

Browse files
authored
Merge pull request #660 from SumoLogic/dagould-fix-goreleaser
stay on pre-2.0 version for now
2 parents 33bc1c6 + aea83be commit e83b643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
name: Run GoReleaser
4141
uses: goreleaser/goreleaser-action@v2
4242
with:
43-
version: latest
44-
args: release --clean
43+
version: 1.26.2
44+
args: release --rm-dist
4545
env:
4646
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)