From 4b7bd453e8582e8ed93cc8e35a11a8e329be2fae Mon Sep 17 00:00:00 2001 From: sevenc-nanashi Date: Tue, 18 Jun 2024 19:56:12 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20action=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-production.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-production.yml b/.github/workflows/build-production.yml index 7df66b2..dce3567 100644 --- a/.github/workflows/build-production.yml +++ b/.github/workflows/build-production.yml @@ -93,6 +93,7 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' run: | bun i + bun pm trust --all - name: Download artifact uses: actions/download-artifact@v4