diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 215de4b..9b8c217 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -17,6 +17,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + # Fetch all history to ensure we have the latest workflow + fetch-depth: 0 - name: Setup .NET uses: actions/setup-dotnet@v4