From 29c0d15045d9f39740c32e726c2a7536d7a1e3a3 Mon Sep 17 00:00:00 2001 From: Fabio Massaioli Date: Wed, 19 Feb 2025 11:45:05 +0100 Subject: [PATCH] [V3] Fix docs change detection in npm CI (#4091) Fix docs change detection in nom CI --- .github/workflows/publish-npm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 78d932f91..0db261abe 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -39,7 +39,7 @@ jobs: files: | v3/internal/runtime/desktop/@wailsio/runtime/src/*.js v3/internal/runtime/desktop/@wailsio/runtime/types/*.d.ts - v3/internal/runtime/desktop/@wailsio/runtime/docs/*.* + v3/internal/runtime/desktop/@wailsio/runtime/docs/**/*.* - name: test action if: steps.verify-changed-files.outputs.files_changed == 'true' @@ -60,4 +60,4 @@ jobs: with: package: v3/internal/runtime/desktop/@wailsio/runtime access: public - token: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + token: ${{ secrets.NPM_TOKEN }}