From b467b320a5fe5afdb90aa4dcb1768280adec82c4 Mon Sep 17 00:00:00 2001 From: seaona Date: Thu, 2 Oct 2025 10:17:07 +0200 Subject: [PATCH] public --- .github/workflows/publish-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 0a4b7c35..2514c248 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -35,6 +35,7 @@ jobs: with: path: | ./packages/*/dist + ./packages/*/public ./node_modules/.yarn-state.yml key: ${{ github.sha }} @@ -50,6 +51,7 @@ jobs: with: path: | ./packages/*/dist + ./packages/*/public ./node_modules/.yarn-state.yml key: ${{ github.sha }} - name: Dry Run Publish @@ -74,6 +76,7 @@ jobs: with: path: | ./packages/*/dist + ./packages/*/public ./node_modules/.yarn-state.yml key: ${{ github.sha }} - name: Publish