We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416b5c2 commit e967d64Copy full SHA for e967d64
2 files changed
.github/workflows/ci.yml
@@ -15,8 +15,6 @@ jobs:
15
16
steps:
17
- uses: actions/checkout@v4
18
- with:
19
- fetch-depth: 0 # If you only need the current version keep this.
20
21
- name: Get Rust version
22
id: rust-version
.github/workflows/release-please.yml
@@ -19,7 +19,7 @@ jobs:
if: ${{ steps.release.outputs['eventsource-client--release_created'] == 'true' }}
with:
+ fetch-depth: 0 # Full history is required for proper changelog generation
23
24
25
0 commit comments