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 6666 if : ${{ startsWith(github.ref, 'refs/tags/v') && matrix.os == 'ubuntu-latest' }}
6767 shell : bash
6868 run : |
69- dotnet pack ./src/MelonChart -c Release -o published --include-symbols
69+ dotnet pack ./src/MelonChart -c Release -o published --include-symbols -p:Version=${{ steps.version.outputs.value }}
7070
7171 - name : Upload Artifact
7272 if : ${{ startsWith(github.ref, 'refs/tags/v') && matrix.os == 'ubuntu-latest' }}
@@ -116,4 +116,4 @@ jobs:
116116 - name : Release to NuGet
117117 shell : bash
118118 run : |
119- dotnet nuget push ./published/*.* --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
119+ dotnet nuget push ./published/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
You can’t perform that action at this time.
0 commit comments