diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 046599c..815a0f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6 + with: + fetch-depth: 0 - name: Bump-up Semantic Version uses: kyoh86/git-vertag-action@v1.1