Skip to content

Commit

Permalink
use goreleaser/goreleaser-action@v5 as of now as v6 seems to have bre…
Browse files Browse the repository at this point in the history
…aking changes with our current configuration
  • Loading branch information
Mahesh Krishna Tambe committed Jun 7, 2024
1 parent 506b524 commit 967ecd8
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 @@ -41,9 +41,9 @@ jobs:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
uses: goreleaser/goreleaser-action@v5
with:
version: '~> v2'
version: latest
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
Expand Down

0 comments on commit 967ecd8

Please sign in to comment.