diff --git a/.github/workflows/relase.yml b/.github/workflows/relase.yml index 94b4c8c7..669de2af 100644 --- a/.github/workflows/relase.yml +++ b/.github/workflows/relase.yml @@ -36,8 +36,12 @@ jobs: - name: Checkout uses: actions/checkout@v4 - with: - fetch-tags: true + # with: + # fetch-tags: true + + - name: Fetch tags + run: | + git fetch --tags -f - name: Build release run: |