Skip to content

Commit 1d430b6

Browse files
committed
Revert "test type error"
This reverts commit 212e02b.
1 parent 212e02b commit 1d430b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/publish-release.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ const cwd = process.cwd()
8686
'--access',
8787
'public',
8888
'--ignore-scripts',
89-
['--tag', tag],
89+
'--tag',
90+
tag,
9091
],
9192
{ stdio: 'pipe' }
9293
)

0 commit comments

Comments
 (0)