From fdfde570c7f70417b1873daec9fe18e4f328fd1c Mon Sep 17 00:00:00 2001 From: xRain Date: Mon, 3 Feb 2020 03:05:58 +0800 Subject: [PATCH] Delete publish-nuget.yml --- .github/workflows/publish-nuget.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/publish-nuget.yml diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml deleted file mode 100644 index f48ee91..0000000 --- a/.github/workflows/publish-nuget.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: PublishToNuget - -on: [push] - -jobs: - build: - name: publish to nuget - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 2 - - name: Publish NuGet - uses: rohith/publish-nuget@v1.0.3 - with: - nuget_key: ${{ secrets.NugetKey }}