diff --git a/.github/workflows/ci_workflow.yml b/.github/workflows/ci_workflow.yml index d4397d04..8c86b06e 100644 --- a/.github/workflows/ci_workflow.yml +++ b/.github/workflows/ci_workflow.yml @@ -34,6 +34,8 @@ jobs: - "3.9" steps: - uses: actions/checkout@v4 + with: + fetch-tags: true - name: Fix key permissions run: | chmod 600 ssl/server.key