Downgrade goreleaser to stable since nfpm fixed

This commit is contained in:
世界
2025-03-13 18:53:19 +08:00
parent 5da2d1d470
commit 3ae036e997
2 changed files with 3 additions and 3 deletions

View File

@@ -159,7 +159,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser-pro
version: nightly
version: '~> v2'
install-only: true
- name: Extract signing key
run: |-
@@ -555,7 +555,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser-pro
version: nightly
version: '~> v2'
install-only: true
- name: Cache ghr
uses: actions/cache@v4