diff --git a/.github/workflows/Publish Probes.yml b/.github/workflows/Publish Probes.yml index cf6f5f2..0378cff 100644 --- a/.github/workflows/Publish Probes.yml +++ b/.github/workflows/Publish Probes.yml @@ -20,6 +20,10 @@ jobs: - name: Checkout uses: actions/checkout@v2 + - uses: actions/setup-dotnet@v3 + with: + dotnet-version: '8.x' + - name: Verify commit run: | git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*