build: update package-lock.json on release (#227)
This pull request updates the release configuration to include package-lock.json. This should ensure the action version is update in package-lock.json when the release workflow runs.
This commit is contained in:
@@ -45,6 +45,7 @@
|
|||||||
{
|
{
|
||||||
"assets": [
|
"assets": [
|
||||||
"package.json",
|
"package.json",
|
||||||
|
"package-lock.json",
|
||||||
"dist/*"
|
"dist/*"
|
||||||
],
|
],
|
||||||
"message": "build(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
|
"message": "build(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
|
||||||
|
|||||||
Reference in New Issue
Block a user