From 45614edbb76f63a9638ee68c6aea3eb3ddaaf6bb Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Tue, 25 Aug 2026 17:38:29 +0800 Subject: [PATCH] fix: release workflow --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fcf5a4a..1ceb2fa 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -68,4 +68,5 @@ jobs: - uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1 with: subject-checksums: ./dist/digests.txt - push-to-registry: true + # temporary? work around https://github.com/actions/attest/issues/477 + # push-to-registry: true