Skip to content

Commit b57b929

Browse files
committed
ci: Update lockfile on versioning PRs
1 parent 2a827e8 commit b57b929

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/covector-version-or-publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ jobs:
4040
command: 'version-or-publish'
4141
createRelease: true
4242
recognizeContributors: true
43+
44+
45+
46+
47+
- name: Sync Cargo.lock
48+
if: steps.covector.outputs.commandRan == 'version'
49+
run: cargo tree --depth 0
4350

4451
- name: Create Pull Request With Versions Bumped
4552
if: steps.covector.outputs.commandRan == 'version'

0 commit comments

Comments
 (0)