diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ddc16d1..8b38f01 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,9 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + fetch-depth: 100 + fetch-tags: true - name: Bump tag version id: bump_version