diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 1d994171..dde7d073 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -21,6 +21,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: + - uses: actions/checkout@v3 - uses: Cysharp/Actions/.github/actions/setup-dotnet@main - run: dotnet build -c Release -p:Version=${{ env.GIT_TAG }} - run: dotnet test -c Release --no-build