diff --git a/.github/workflows/csharp.yml b/.github/workflows/csharp.yml index 0b3d4354..9ac801f7 100644 --- a/.github/workflows/csharp.yml +++ b/.github/workflows/csharp.yml @@ -10,7 +10,7 @@ on: - 'proto/**' jobs: - build-push: + build: runs-on: windows-latest steps: - uses: actions/checkout@v2 @@ -22,10 +22,3 @@ jobs: run: .\copy.ps1 working-directory: .\polyglot\csharp\Wechaty.Grpc\buildTool shell: powershell - - - name: publish on version change - uses: rohith/publish-nuget@v2 - with: - PROJECT_FILE_PATH: .\polyglot\csharp\Wechaty.Grpc\Wechaty.Grpc.csproj - VERSION_FILE_PATH: .\polyglot\csharp\Wechaty.Grpc\common.props - NUGET_KEY: ${{ secrets.NUGET_APIKEY }}