Browse Source

release: Fix goreleaser version

世界 10 months ago
parent
commit
5da2d1d470
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/build.yml
  2. 1 1
      .github/workflows/linux.yml

+ 1 - 1
.github/workflows/build.yml

@@ -555,7 +555,7 @@ jobs:
         uses: goreleaser/goreleaser-action@v6
         with:
           distribution: goreleaser-pro
-          version: 2.5.1
+          version: nightly
           install-only: true
       - name: Cache ghr
         uses: actions/cache@v4

+ 1 - 1
.github/workflows/linux.yml

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