Downgrade goreleaser to stable since nfpm fixed

This commit is contained in:
世界 2025-03-13 18:53:19 +08:00
parent 5da2d1d470
commit 3ae036e997
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
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

View file

@ -28,7 +28,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser-pro
version: nightly
version: '~> v2'
args: release -f .goreleaser.fury.yaml --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}