Skip to content

Commit

Permalink
Merge pull request #660 from SumoLogic/dagould-fix-goreleaser
Browse files Browse the repository at this point in the history
stay on pre-2.0 version for now
  • Loading branch information
dagould authored Jun 7, 2024
2 parents 33bc1c6 + aea83be commit e83b643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --clean
version: 1.26.2
args: release --rm-dist
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e83b643

Please sign in to comment.