We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo-release
1 parent 7cb602e commit 196e035Copy full SHA for 196e035
.github/workflows/ci.yml
@@ -259,10 +259,16 @@ jobs:
259
runs-on: ubuntu-latest
260
steps:
261
- uses: actions/checkout@v3
262
+ with:
263
+ fetch-depth: 2
264
- uses: actions-rs/toolchain@v1
265
with:
266
profile: minimal
267
toolchain: stable
268
+ - name: Setup Git user
269
+ run: |
270
+ git config user.name github-actions
271
+ git config user.email [email protected]
272
273
- run: cargo install cargo-release
274
0 commit comments