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 63
63
fi
64
64
65
65
- 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
67
67
env :
68
68
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:
42
42
export GITHUB_TOKEN=your_github_token
43
43
```
44
44
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
+
45
48
3 . Install the packages:
46
49
47
50
``` bash
@@ -178,4 +181,4 @@ The publishing workflow:
178
181
4 . Publishes packages to GitHub Packages
179
182
180
183
## 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
6
6
7
7
| Version | Supported |
8
8
| ------- | ------------------ |
9
- | 1 .0.x | :white_check_mark : |
10
- | < 1 .0 | :x : |
9
+ | 0 .0.7 | :white_check_mark : |
10
+ | < 0 .0 | :x : |
11
11
12
12
## Reporting a Vulnerability
13
13
14
14
We take the security of our project seriously. If you believe you've found a security vulnerability, please follow these steps:
15
15
16
16
1 . ** 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
18
18
3 . Include steps to reproduce the issue if possible
19
19
4 . We will acknowledge your email within 48 hours
20
20
5 . We will send you regular updates about our progress
Original file line number Diff line number Diff line change 2
2
"name" : " @devbyray/vue-wc-library" ,
3
3
"version" : " 0.0.7" ,
4
4
"description" : " A Vue-based accessible design system with headless web components" ,
5
- "private" : true ,
5
+ "private" : false ,
6
6
"scripts" : {
7
7
"build" : " pnpm -r build" ,
8
8
"dev" : " pnpm -r dev" ,
You can’t perform that action at this time.
0 commit comments