Skip to content

Commit 61c8d12

Browse files
committed
chore(ci): remove workspace
1 parent 2e1a394 commit 61c8d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
4040
echo "Publishing $workspace..."
4141
if [ "$IS_STABLE" = "true" ]; then
42-
npm publish --provenance --access public --workspace "$workspace"
42+
npm publish --provenance --access public"
4343
else
44-
npm publish --provenance --access public --tag next --workspace "$workspace"
44+
npm publish --provenance --access public"
4545
fi
4646

0 commit comments

Comments
 (0)