diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml index 49b34060..6595a505 100644 --- a/.github/workflows/test-and-publish.yml +++ b/.github/workflows/test-and-publish.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-dotnet@v1 with: dotnet-version: '3.1.301' - - name: Try use dotnet core 3 + - name: Try use dotnet core 3 run: dotnet --info - uses: actions/checkout@v1 - name: Run tests