File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3232 dotnet new tool-manifest
3333 dotnet tool install cake.tool --version 4.0.0
3434 dotnet tool install minver-cli --version 3.0.0
35- dotnet cake --username="${{ github.actor }}" --email="[email protected] " --pre-release=${{ inputs.pre_release }} 35+ dotnet cake --target publish -- username="${{ github.actor }}" --email="[email protected] " --pre-release=${{ inputs.pre_release }} 3636
3737 - name : Push git changes
3838 uses : ad-m/github-push-action@master
4242 tags : true
4343
4444 - name : Push to nuget
45- run : dotnet nuget push ./build/outputs/nuget/HandyControl.*nupkg -k ${{ secrets.NUGETTOKEN }}
45+ run : dotnet nuget push ./build/outputs/nuget/HandyControl.*nupkg -k ${{ secrets.NUGETTOKEN }} -s https://api.nuget.org/v3/index.json
4646
4747 - name : Create github release
4848 uses : softprops/action-gh-release@v2
You can’t perform that action at this time.
0 commit comments