Skip to content

Commit 7912744

Browse files
committed
docs: add scoped packages note to readme
1 parent 66d0b11 commit 7912744

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,15 @@ steps:
106106
echo $RELEASE_PATCH
107107
```
108108

109-
If you're _not_ publishing to npm and only want to use this action for GitHub releases, the easiest
110-
approach would simply be to add `"private": true,` to your `package.json`.
109+
> [!NOTE]
110+
>
111+
> If you're _not_ publishing to npm and only want to use this action for GitHub releases, the
112+
> easiest approach would simply be to add `"private": true,` to your `package.json`.
113+
114+
> [!NOTE]
115+
>
116+
> For scoped packages that you want to be public, you'll need to add
117+
> `"publishConfig": { "access": "public" },` to your `package.json`.
111118

112119
### Which Version to Use
113120

0 commit comments

Comments
 (0)