File tree 1 file changed +4
-12
lines changed
1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -25,19 +25,11 @@ jobs:
25
25
- name : Checkout
26
26
uses : actions/checkout@v4
27
27
28
- - name : Setup .NET
29
- uses : actions/setup-dotnet@v4
30
- with :
31
- dotnet-version : 9.0.x
32
-
33
- - name : Create Package
34
- run : dotnet pack ./src/ /p:Version=${{ inputs.version }} -p:SymbolPackageFormat=snupkg --configuration Release --include-symbols --output ./packages/
35
-
36
28
- name : Publish to NuGet
37
- run : dotnet nuget push ./packages/*.nupkg --source https://api. nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
38
-
39
- - name : Create Release
40
- run : gh release create v ${{ inputs.version }} --generate-notes
29
+ uses : MrKWatkins/ nuget-publish@main
30
+ with :
31
+ nuget-api-key : ${{ secrets.NUGET_API_KEY }}
32
+ version : ${{ inputs.version }}
41
33
42
34
- name : Deploy Documentation
43
35
uses : MrKWatkins/writerside-build@main
You can’t perform that action at this time.
0 commit comments