Skip to content

Commit 8b025db

Browse files
authored
fix: update goreleaser version (#38)
Update goreleaser version
1 parent caf5832 commit 8b025db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Run GoReleaser
7878
uses: goreleaser/goreleaser-action@v6
7979
with:
80-
version: "~> v2.13"
80+
version: "nightly" # TODO: Update to 2.14 when released, this is a temporary workaround for the homebrew tap format issue
8181
args: release --clean
8282
env:
8383
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)