Skip to content

Commit 6f2e979

Browse files
authored
Merge pull request #50 from Longsight/workflow
argh
2 parents 0d6f423 + ff22f5d commit 6f2e979

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.releaserc.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ plugins:
1414
- "@semantic-release/release-notes-generator"
1515
- "@semantic-release/changelog"
1616
- "@semantic-release/git"
17-
- [
18-
"@semantic-release/github",
19-
{assets: [dist/**]}
20-
]
17+
- "@semantic-release/github"
2118

2219

2320
# Responsible for verifying conditions necessary to proceed with the release:
@@ -59,3 +56,5 @@ prepare:
5956
# Responsible for publishing the release.
6057
publish:
6158
- path: '@semantic-release/github'
59+
assets:
60+
- dist/**

0 commit comments

Comments
 (0)