We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1a394 commit 61c8d12Copy full SHA for 61c8d12
.github/workflows/release.yml
@@ -39,8 +39,8 @@ jobs:
39
40
echo "Publishing $workspace..."
41
if [ "$IS_STABLE" = "true" ]; then
42
- npm publish --provenance --access public --workspace "$workspace"
+ npm publish --provenance --access public"
43
else
44
- npm publish --provenance --access public --tag next --workspace "$workspace"
45
fi
46
0 commit comments