diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc96d28..6282132 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1047,7 +1047,7 @@ jobs: - name: Generate the Release if: success() && startsWith(github.ref, 'refs/tags/') - uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0 + uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0 with: distribution: goreleaser workdir: ${{ inputs.working-directory }}