Skip to content

Commit

Permalink
fix: remove assets
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Nov 9, 2023
1 parent 5d1a55c commit 87a5724
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module.exports = {
[
'@semantic-release/github',
{
'assets': ['dist/analog/public'],
successComment: false,
}
],
Expand All @@ -20,12 +19,7 @@ module.exports = {
'npmPublish': false
}
],
[
'@semantic-release/git',
{
'assets': ['package.json', 'CHANGELOG.md']
}
],
'@semantic-release/git'
],
'preset': 'angular'
};

0 comments on commit 87a5724

Please sign in to comment.