Skip to content

Commit

Permalink
Fix: Pinning goreleaser to 1.18 (#849)
Browse files Browse the repository at this point in the history
Pinning goreleaser to version 1.18.2 to avoid breaking change on latest

Co-authored-by: Will Vedder <will.vedder@okta.com>
  • Loading branch information
willvedd and willvedd authored Sep 15, 2023
1 parent b160718 commit ada09d8
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 @@ -27,7 +27,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # pin@4.3.0
with:
version: latest
version: v1.18.2
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
Expand Down

0 comments on commit ada09d8

Please sign in to comment.