Skip to content

Commit

Permalink
fix(semantic-release): github npm package asset
Browse files Browse the repository at this point in the history
  • Loading branch information
pathurs committed Sep 20, 2020
1 parent 5338516 commit 4dee177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/semantic-release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const github = [
{
label: `Colonise ${packageName} <%= nextRelease.gitTag %> NPM package`,
name: `colonise-${packageNameLower}-<%= nextRelease.gitTag %>.tgz`,
path: `colonise-${packageNameLower}-<%= nextRelease.version %>.tgz`
path: `colonise-${packageNameLower}-*.tgz`
},
{
label: `Colonise ${packageName} <%= nextRelease.gitTag %> distribution`,
Expand Down

0 comments on commit 4dee177

Please sign in to comment.