Skip to content

Commit ff22f5d

Browse files
author
Ashleigh Crosby
committed
argh
1 parent 0d6f423 commit ff22f5d

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)