diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80bf00a..811a51b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,8 +25,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 # If you only need the current version keep this. - uses: ./.github/actions/ci with: diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 8aec81b..97c95c1 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 if: ${{ steps.release.outputs.releases_created == 'true' }} with: - fetch-depth: 0 # If you only need the current version keep this. + fetch-depth: 0 # Full history is required for proper changelog generation - uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.2.0 if: ${{ steps.release.outputs.releases_created == 'true' }}