diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index bf7b49c..31dd9dc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -71,7 +71,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Run GoReleaser - snapshot - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 if: ${{ ! startsWith(github.ref, 'refs/tags/') }} with: distribution: goreleaser @@ -81,7 +81,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Run GoReleaser - release - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 if: ${{ startsWith(github.ref, 'refs/tags/') }} with: distribution: goreleaser