We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2714c commit 809ec6bCopy full SHA for 809ec6b
1 file changed
.github/workflows/release-plz.yml
@@ -39,6 +39,8 @@ jobs:
39
target/
40
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
41
restore-keys: ${{ runner.os }}-cargo-
42
+ - name: Remove Cargo.lock
43
+ run: rm -rf Cargo.lock
44
- name: Run release-plz
45
uses: MarcoIeni/release-plz-action@v0.5
46
env:
0 commit comments