rename ci file

This commit is contained in:
2019-12-23 16:57:37 +08:00
parent 47b7b027d0
commit 9dc2795f3e
+16
View File
@@ -0,0 +1,16 @@
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 }}