We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d0b11 commit 7912744Copy full SHA for 7912744
1 file changed
README.md
@@ -106,8 +106,15 @@ steps:
106
echo $RELEASE_PATCH
107
```
108
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`.
+> [!NOTE]
+>
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
115
116
+> For scoped packages that you want to be public, you'll need to add
117
+> `"publishConfig": { "access": "public" },` to your `package.json`.
118
119
### Which Version to Use
120
0 commit comments