From 26498aec9257168365df219692cf7b42b9e3934e Mon Sep 17 00:00:00 2001 From: Darren Date: Tue, 17 May 2022 15:34:42 +0800 Subject: [PATCH] Update csharp.yml action workflows remove push to nuget --- .github/workflows/csharp.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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 }}