diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07e9466..b389fbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,8 @@ jobs: - uses: actions/checkout@v4 with: fetch-tags: true + ref: ${{ github.ref }} + fetch-depth: 0 - name: setup git run: |