ci(release): also update bun lockfile to prevent install freezes

This commit is contained in:
PalmDevs
2024-07-24 03:36:21 +07:00
parent 1bd973ea6c
commit c503a86c53
2 changed files with 11 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ const Options = {
[
'@semantic-release/git',
{
assets: ['CHANGELOG.md', 'package.json'],
assets: ['CHANGELOG.md', 'package.json', '../../bun.lockb'],
},
],
[