Skip to content

Commit

Permalink
fix: remove invalid template variable from github release action
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Sep 20, 2019
1 parent 93eecb3 commit 64500ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ module.exports = {
}],
'@semantic-release/git',
['@semantic-release/github', {
// eslint-disable-next-line no-template-curly-in-string
assets: [{ path: '*.vsix', label: 'remedy-${version}.vsix' }],
assets: [{ path: '*.vsix', label: 'remedy.vsix' }],
}],
],
}

0 comments on commit 64500ae

Please sign in to comment.