Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
👷 Match scoped packages for NPM publish
According to the [github docs](https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet) `*` will match multiple characters but not `/` which means `*-v*` will not match `@interactors/html-v1.0.1` This changes `*` to `**` so that it should match.
- Loading branch information