Skip to content

Commit b76ed56

Browse files
committed
chore: add build-commit to bumper [skip ci]
1 parent 9660317 commit b76ed56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bump_deps.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: |
2020
ncu -u --dep prod
2121
npm install
22-
22+
npm run build-commit
2323
2424
- uses: tibdex/github-app-token@v1
2525
id: generate-token
@@ -49,6 +49,7 @@ jobs:
4949
- run: |
5050
ncu -u --dep dev
5151
npm install
52+
npm run build-commit
5253
5354
- uses: tibdex/github-app-token@v1
5455
id: generate-token

0 commit comments

Comments
 (0)