File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
11
- build :
11
+ publish :
12
12
13
13
runs-on : windows-latest
14
14
@@ -40,10 +40,10 @@ jobs:
40
40
- name : Create NuGet package
41
41
run : dotnet pack ${{ env.Project_Path }} --configuration Release --no-build --output nupkgs
42
42
43
- # # Publish to NuGet.org
44
- # - name: Push to NuGet
45
- # if: github.event_name == 'push' && github.ref == 'refs/heads/main'
46
- # run: nuget push nupkgs\*.nupkg -source 'https://api.nuget.org/v3/index.json' -apikey ${{ secrets.NUGET_API_KEY }}
43
+ # Publish to NuGet.org
44
+ - name : Push to NuGet
45
+ # if: github.event_name == 'push' && github.ref == 'refs/heads/main'
46
+ run : nuget push nupkgs\*.nupkg -source 'https://api.nuget.org/v3/index.json' -apikey ${{ secrets.NUGET_API_KEY }}
47
47
48
48
# Get package version
49
49
- name : Get Package Version
You can’t perform that action at this time.
0 commit comments