We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf5832 commit 8b025dbCopy full SHA for 8b025db
1 file changed
.github/workflows/release.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Run GoReleaser
78
uses: goreleaser/goreleaser-action@v6
79
with:
80
- version: "~> v2.13"
+ version: "nightly" # TODO: Update to 2.14 when released, this is a temporary workaround for the homebrew tap format issue
81
args: release --clean
82
env:
83
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments