diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1cb8cc..83e22a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + fetch-tags: true - name: Setup .NET Core uses: actions/setup-dotnet@v4