Skip to content

Commit 97fabdd

Browse files
authored
Fix publish workflow (#131)
Fix nightly deploy of npm version (wrong CI workflow name)
1 parent 62c0509 commit 97fabdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Publish to NPM'
22

33
on:
44
workflow_run:
5-
workflows: ['CI']
5+
workflows: ['CI (Client)']
66
types:
77
- completed
88
branches: [master]

0 commit comments

Comments
 (0)