chore: update ci.yaml with same goreleaser version

pull/780/head
Mike Fridman 2024-06-20 08:21:32 -04:00
parent 07d14e1053
commit 5c5c9b40cd
No known key found for this signature in database
1 changed files with 3 additions and 1 deletions

View File

@ -44,9 +44,11 @@ jobs:
make test-packages
- name: Install GoReleaser
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && matrix.go-version == '1.22'
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
install-only: true
distribution: goreleaser
version: "~> v2"
- name: Gorelease dry-run
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && matrix.go-version == '1.22'
run: |