diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4f0439d1..2438eded 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,6 +47,8 @@ jobs: if: startsWith(github.head_ref, 'release-v') steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Extract version from branch id: extract_version run: | @@ -60,6 +62,7 @@ jobs: args: --tag ${{ env.version }} env: OUTPUT: CHANGELOG.md + GITHUB_REPO: ${{ github.repository }} - name: Commit Changelog run: | git config user.name 'github-actions[bot]'