Skip to content

Commit 809ec6b

Browse files
committed
chore: Update Action
1 parent 9c2714c commit 809ec6b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release-plz.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
target/
4040
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
4141
restore-keys: ${{ runner.os }}-cargo-
42+
- name: Remove Cargo.lock
43+
run: rm -rf Cargo.lock
4244
- name: Run release-plz
4345
uses: MarcoIeni/release-plz-action@v0.5
4446
env:

0 commit comments

Comments
 (0)