We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd2ce5 commit 3c6ccb3Copy full SHA for 3c6ccb3
1 file changed
.github/workflows/create-release.yml
@@ -130,7 +130,7 @@ jobs:
130
package_version=$(node -p "require('./$package_path/package.json').version")
131
echo "Publishing $package_name@$package_version from $package_path with tag $tag"
132
cd "$package_path"
133
- if npm publish --tag "$tag" --provenance; then
+ if npm publish --tag "$tag" --provenance --access public; then
134
echo "Successfully published $package_name@$package_version"
135
else
136
if npm view "$package_name@$package_version" version 2>/dev/null; then
0 commit comments