diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 45cebfc..8192031 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -93,7 +93,7 @@ jobs: gh release create ${{env.CURRENT_VERSION}} ./SkiaSharpCompare/bin/Release/*.*nupkg cli-artifacts.zip --generate-notes deployTest: - if: ${{ github.ref == 'refs/heads/main') }} + if: ${{ github.ref == 'refs/heads/main' }} runs-on: ubuntu-latest needs: build steps: