File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 6363 fi
6464
6565 - name : Publish packages
66- run : pnpm -r --filter "!core" --filter "!vite" --filter "!apps" publish --no-git-checks
66+ run : pnpm -r --filter "[ !core] " --filter "[ !vite] " --filter "[ !apps/**] " publish --no-git-checks
6767 env :
6868 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ The packages are also available on GitHub Packages. To use them:
4242export GITHUB_TOKEN=your_github_token
4343```
4444
45+ > You can create a token on your [ Github Profile settings] ( https://github.com/settings/tokens ) . You should have ` read:packages ` scope selected.
46+ ![ alt text] ( ./assets/github-token-screenshot.png )
47+
45483 . Install the packages:
4649
4750``` bash
@@ -178,4 +181,4 @@ The publishing workflow:
1781814 . Publishes packages to GitHub Packages
179182
180183## License
181- MIT
184+ EUPL-1.2
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ Use this section to tell people about which versions of your project are current
66
77| Version | Supported |
88| ------- | ------------------ |
9- | 1 .0.x | :white_check_mark : |
10- | < 1 .0 | :x : |
9+ | 0 .0.7 | :white_check_mark : |
10+ | < 0 .0 | :x : |
1111
1212## Reporting a Vulnerability
1313
1414We take the security of our project seriously. If you believe you've found a security vulnerability, please follow these steps:
1515
16161 . ** Do not disclose the vulnerability publicly**
17- 2 . Email us at [ security@example.com ] ( mailto:security@example.com ) with details about the vulnerability
17+ 2 . Email us at [ security@dbyrayray.dev ] ( mailto:security@dbyrayray.dev ) with details about the vulnerability
18183 . Include steps to reproduce the issue if possible
19194 . We will acknowledge your email within 48 hours
20205 . We will send you regular updates about our progress
Original file line number Diff line number Diff line change 22 "name" : " @devbyray/vue-wc-library" ,
33 "version" : " 0.0.7" ,
44 "description" : " A Vue-based accessible design system with headless web components" ,
5- "private" : true ,
5+ "private" : false ,
66 "scripts" : {
77 "build" : " pnpm -r build" ,
88 "dev" : " pnpm -r dev" ,
You can’t perform that action at this time.
0 commit comments