Skip to content

Commit e63da46

Browse files
fix(test): test
1 parent fdc55ef commit e63da46

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

packages/observables/.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
{
4444
"assets": [
4545
{
46-
"path": "./**/*",
46+
"path": "./packages/observables/**/*",
4747
"label": "observables"
4848
}
4949
]

packages/operators/.releaserc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,7 @@
3939
}
4040
],
4141
[
42-
"@semantic-release/github",
43-
{
44-
"assets": [
45-
{
46-
"path": "./**/*",
47-
"label": "operators"
48-
}
49-
]
50-
}
42+
"@semantic-release/github"
5143
]
5244
],
5345
"extends": "semantic-release-monorepo"

0 commit comments

Comments
 (0)