Skip to content

Commit 82853d5

Browse files
committed
add package-lock to workflow
1 parent 3205321 commit 82853d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/update_version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
git config user.name github-actions
2727
git config user.email [email protected]
2828
git add bcd_version
29+
git add package-lock.json
2930
git diff --quiet && git diff --staged --quiet || git commit -m "Update bcd version"
3031
git push
3132
- name: Notify failed build

bcd_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.0
1+
3.6.0

0 commit comments

Comments
 (0)