Skip to content

Commit

Permalink
PRM-911: Fix for release v20 (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
SivaanandM authored Jun 19, 2024
1 parent a13c75d commit 7139808
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --clean
distribution: goreleaser
version: "~> v2"
args: release --rm-dist
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7139808

Please sign in to comment.