From 5030a5dace983bd0c9fd6e77cb0a793d44564afb Mon Sep 17 00:00:00 2001 From: tsutsu3 Date: Fri, 20 Dec 2024 22:00:53 +0900 Subject: [PATCH] Fix --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) 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]'