Skip to content

Commit

Permalink
fix(release): track dist-gha assets properly
Browse files Browse the repository at this point in the history
the file is called `run.cjs`, oops β€” this should be safer
  • Loading branch information
kanadgupta committed Nov 21, 2024
1 parent 3c56b71 commit b0934cb
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,7 @@ plugins:
- [
'@semantic-release/git',
{
assets:
[
'CHANGELOG.md',
'documentation/commands.md',
'package.json',
'package-lock.json',
'dist-gha/commands.js',
'dist-gha/run.js',
],
assets: ['CHANGELOG.md', 'documentation/commands.md', 'package.json', 'package-lock.json', 'dist-gha'],
message: "build(release): πŸš€ v${nextRelease.version} πŸ¦‰\n\n${nextRelease.notes}\n[skip ci]",
},
]
Expand Down

0 comments on commit b0934cb

Please sign in to comment.