mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
[V3] Fix docs change detection in npm CI (#4091)
Fix docs change detection in nom CI
This commit is contained in:
parent
e7c134de4e
commit
29c0d15045
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish-npm.yml
vendored
4
.github/workflows/publish-npm.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue