Skip to content

Commit 196e035

Browse files
committed
Fix release automation check on CI for cargo-release 0.20.4
1 parent 7cb602e commit 196e035

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,16 @@ jobs:
259259
runs-on: ubuntu-latest
260260
steps:
261261
- uses: actions/checkout@v3
262+
with:
263+
fetch-depth: 2
262264
- uses: actions-rs/toolchain@v1
263265
with:
264266
profile: minimal
265267
toolchain: stable
268+
- name: Setup Git user
269+
run: |
270+
git config user.name github-actions
271+
git config user.email [email protected]
266272
267273
- run: cargo install cargo-release
268274

0 commit comments

Comments
 (0)