Skip to content

Commit 11182ce

Browse files
committed
fix: rollback workflow updates
1 parent 9a711db commit 11182ce

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
paths:
8-
- 'package.json'
9-
- 'typedoc.json'
107
workflow_dispatch:
118

129
jobs:

.releaserc.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@
2424
"npmPublish": true
2525
}
2626
],
27-
"@semantic-release/github",
28-
[
29-
"@semantic-release/git",
30-
{
31-
"assets": ["package.json", "CHANGELOG.md"],
32-
"message": "chore(release): ${nextRelease.version} [skip ci]"
33-
}
34-
]
27+
"@semantic-release/github"
3528
]
3629
}

0 commit comments

Comments
 (0)