diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad09d36..63badcd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,14 +42,14 @@ jobs: go-version: '1.23.8' - name: Dry run - uses: goreleaser/goreleaser-action@v6 + uses: goreleaser/goreleaser-action@v7 if: ${{ !startsWith(github.ref, 'refs/tags/') }} with: version: latest args: release --snapshot - name: Release - uses: goreleaser/goreleaser-action@v6 + uses: goreleaser/goreleaser-action@v7 if: startsWith(github.ref, 'refs/tags/') with: version: latest