v1 of goreleaser until we can update to schema 2

This commit is contained in:
techknowlogick 2024-07-26 16:24:42 +00:00
parent 493b29afbf
commit f7e2c6f89b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser-pro
version: latest
version: "~> v1"
args: release
env:
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}