diff --git a/.github/workflows/create_tag.yml b/.github/workflows/create_tag.yml index 70758ae..b1a5a77 100644 --- a/.github/workflows/create_tag.yml +++ b/.github/workflows/create_tag.yml @@ -19,8 +19,9 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 - with: - fetch-depth: 0 + + - name: Fetch tags + run: git fetch --tags --force - name: Get current version run: |