From 554097274060a3408a7e92977ae3400fea7f6f91 Mon Sep 17 00:00:00 2001 From: Jared Randall Date: Wed, 26 Aug 2026 19:12:31 -0700 Subject: [PATCH] ci: fix main workflow failures --- .github/workflows/ci.yml | 3 --- .github/workflows/release-please.yml | 1 - 2 files changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0873698..994c4b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,9 +49,6 @@ jobs: with: targets: wasm32-wasip1 - - name: Cache cargo - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 - - name: Snapshot tests run: cargo test --workspace env: diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 930dea2..f81968c 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -16,6 +16,5 @@ jobs: - name: Run Release Please uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0 with: - token: ${{ secrets.RELEASE_TOKEN }} config-file: release-please-config.json manifest-file: .release-please-manifest.json