Pin goreleaser to v1 (#525)

This commit is contained in:
Eric Warehime 2024-06-18 17:36:50 -07:00 committed by GitHub
parent 3376dd3aa6
commit 154f47d0ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,5 +27,6 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
args: release --clean
version: "~> v1"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}