diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 0a4b7c3..2514c24 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