Skip to content

Commit

Permalink
fix: pin to goreleaser v1.18 to unblock release (#1763)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <jason@chainguard.dev>
  • Loading branch information
imjasonh committed Aug 2, 2023
1 parent ea19b57 commit a54d642
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 @@ -20,7 +20,7 @@ jobs:
- uses: goreleaser/goreleaser-action@v4.2.0
id: run-goreleaser
with:
version: latest
version: v1.18.2
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a54d642

Please sign in to comment.