Skip to content

Commit

Permalink
fix(SPV-XXX): specific version in gorleaser (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
wregulski authored Sep 16, 2024
1 parent a48ec71 commit adcd5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
version: v1
args: -f release/.goreleaser.yml release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit adcd5bc

Please sign in to comment.