File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 66
77env :
88 dotnet : 6.0.201
9+ version : 1.9.1
910
1011jobs :
1112 pack :
2223 - name : create file
2324 run : dotnet pack ToolBox/ToolBox.csproj /p:NuspecFile=${{ github.workspace }}/ToolBox/ToolBox.nuspec -o ${{ github.workspace }}/Package/ -c release
2425 - name : publish nuget on microsoft
25- run : dotnet nuget push "${{ github.workspace }}/Package/dein.ToolBox.${{ github.event.release.tag_name:1 }}.nupkg" -k ${{ secrets.NUGET_TOKEN }} -s "nuget" --skip-duplicate --no-symbols true
26+ run : dotnet nuget push "${{ github.workspace }}/Package/dein.ToolBox.${{ env.version }}.nupkg" -k ${{ secrets.NUGET_TOKEN }} -s "nuget" --skip-duplicate --no-symbols true
2627 - name : publish nuget on github
27- run : dotnet nuget push "${{ github.workspace }}/Package/dein.ToolBox.${{ github.event.release.tag_name:1 }}.nupkg" -s "github" --skip-duplicate --no-symbols true
28+ run : dotnet nuget push "${{ github.workspace }}/Package/dein.ToolBox.${{ env.version }}.nupkg" -s "github" --skip-duplicate --no-symbols true
2829
2930 tweet :
3031 needs : pack
You can’t perform that action at this time.
0 commit comments