Skip to content

Commit 60f653e

Browse files
committed
fix: test semantic release non draft release
1 parent 05c29b3 commit 60f653e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.releaserc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66
[
77
"@semantic-release/npm",
88
{
9-
"npmPublish": true
9+
"npmPublish": true,
10+
"tarballDir": "dist"
1011
}
11-
],
12-
["@semantic-release/github", {
13-
"assets": ["dist/**/*.{js,ts}"]
14-
}]
12+
]
1513
]
1614
}

0 commit comments

Comments
 (0)