Skip to content

Commit 87765a4

Browse files
authored
ci(release): update lockfile path
Bumping package version requires updating the lockfile. The old path is not used by Bun anymore.
1 parent 910a4ff commit 87765a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

semantic-release-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const Options = {
2929
[
3030
'@semantic-release/git',
3131
{
32-
assets: ['CHANGELOG.md', 'package.json', '../../bun.lockb'],
32+
assets: ['CHANGELOG.md', 'package.json', '../../bun.lock'],
3333
},
3434
],
3535
[

0 commit comments

Comments
 (0)