Delete publish-nuget.yml

This commit is contained in:
2020-02-03 03:05:58 +08:00
committed by GitHub
parent 874f5b6cef
commit fdfde570c7
-16
View File
@@ -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 }}