diff --git a/.github/workflows/PublishToNuget.yml b/.github/workflows/PublishToNuget.yml
deleted file mode 100644
index f48ee91..0000000
--- a/.github/workflows/PublishToNuget.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 }}
diff --git a/YYApi.csproj b/YYApi.csproj
index 0936947..896c3e5 100644
--- a/YYApi.csproj
+++ b/YYApi.csproj
@@ -4,7 +4,7 @@
netcoreapp3.1
Library
true
- 0.0.2
+ 0.0.2
xRain@YYTech
AspNetCore一个方便的API文档,捕获异常,统一输入输出的API类库
YY-Tech.YYApi
@@ -17,9 +17,6 @@
-
-
-