diff --git a/.github/workflows/release_on_tag_push.yml b/.github/workflows/release_on_tag_push.yml index c2b5e10b..d6fe7da2 100644 --- a/.github/workflows/release_on_tag_push.yml +++ b/.github/workflows/release_on_tag_push.yml @@ -14,6 +14,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@master + with: + fetch-depth: 0 - name: Fetch tags id: fetch_latest_tag run: |