We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d6f423 + ff22f5d commit 6f2e979Copy full SHA for 6f2e979
1 file changed
.releaserc.yml
@@ -14,10 +14,7 @@ plugins:
14
- "@semantic-release/release-notes-generator"
15
- "@semantic-release/changelog"
16
- "@semantic-release/git"
17
- - [
18
- "@semantic-release/github",
19
- {assets: [dist/**]}
20
- ]
+ - "@semantic-release/github"
21
22
23
# Responsible for verifying conditions necessary to proceed with the release:
@@ -59,3 +56,5 @@ prepare:
59
56
# Responsible for publishing the release.
60
57
publish:
61
58
- path: '@semantic-release/github'
+ assets:
+ - dist/**
0 commit comments