Skip to content

Commit a4782bf

Browse files
committed
release-plz2: update difftest lockfile in release-pr
1 parent 0841997 commit a4782bf

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/release-plz.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,15 @@ jobs:
5151
steps:
5252
- *checkout
5353
- *install-rust
54-
- name: Run release-plz
54+
- name: release-plz update
55+
uses: release-plz/action@v0.5
56+
with:
57+
command: update
58+
env:
59+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60+
- name: update difftest Cargo.lock
61+
run: cargo fetch --manifest-path=tests/difftests/tests/Cargo.toml
62+
- name: release-plz release-pr
5563
uses: release-plz/action@v0.5
5664
with:
5765
command: release-pr

0 commit comments

Comments
 (0)