Skip to content

Commit

Permalink
fix for goreleaser (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
SivaanandM authored Jun 19, 2024
1 parent 4e66a0b commit 06f7174
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 @@ -44,10 +44,10 @@ jobs:
passphrase: ${{ secrets.PASSPHRASE }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: "~> v2"
version: "~> v1"
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
Expand Down

0 comments on commit 06f7174

Please sign in to comment.