[V3] Fix docs change detection in npm CI (#4091)

Fix docs change detection in nom CI
This commit is contained in:
Fabio Massaioli 2025-02-19 11:45:05 +01:00 committed by GitHub
commit 29c0d15045
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}
token: ${{ secrets.NPM_TOKEN }}