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:
Parker Brown
2025-04-03 12:08:57 -07:00
committed by GitHub
parent 6f3f59186f
commit 23b44b2c8e
+1
View File
@@ -45,6 +45,7 @@
{
"assets": [
"package.json",
"package-lock.json",
"dist/*"
],
"message": "build(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"