Skip to content

Commit 9250272

Browse files
getdevopspro-cibotjobcespedes
authored andcommitted
fix: include package lock file
1 parent 445b51a commit 9250272

2 files changed

Lines changed: 24 additions & 16 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
checkout-token: ${{ secrets.BOT_REPO_TOKEN }}
3131
with:
3232
version-package: package.json
33-
git-add-files: package.json
33+
version-package-lock: package-lock.json
34+
git-add-files: package.json package-lock.json
3435
git-user-name: getdevopspro-cibot
3536
git-user-email: 203600057+getdevopspro-cibot@users.noreply.github.com
3637
image-digests: ${{ needs.build.outputs.image-digests }}

package-lock.json

Lines changed: 22 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)