diff --git a/.github/workflows/create_tag.yml b/.github/workflows/create_tag.yml index b43dbee..d2302f5 100644 --- a/.github/workflows/create_tag.yml +++ b/.github/workflows/create_tag.yml @@ -19,6 +19,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + fetch-depth: 0 - id: version name: Get current version run: |