diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4787f6fb..3be2819d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -111,7 +111,7 @@ jobs: echo '${{ secrets.COSIGN_PRIVATE_KEY }}' > cosign.key - name: Release ${{ (!startsWith(github.ref, 'refs/tags/') && 'snapshot') || '' }} - uses: goreleaser/goreleaser-action@8f67e590f2d095516493f017008adc464e63adb1 # ratchet:goreleaser/goreleaser-action@v4 + uses: goreleaser/goreleaser-action@9754a253a8673b0ea869c2e863b4e975497efd0c # ratchet:goreleaser/goreleaser-action@v4 with: version: latest args: release --rm-dist ${{ (!startsWith(github.ref, 'refs/tags/') && '--snapshot') || '' }} ${{ ((startsWith(github.ref, 'refs/tags/') && endsWith(github.ref, '-draft')) && '-f .goreleaser.draft.yml') || '' }}