File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,17 +73,17 @@ jobs:
7373 run : |
7474 dotnet pack -c Release --no-build --no-restore --output nupkg --include-symbols --include-source --version-suffix ${{ env.RELEASE_VERSION }}
7575
76- # https://github.com/microsoft/azure-pipelines-tasks/issues/1511
77- - name : Push Packages to NuGet
78- run : |
79- dotnet nuget push "nupkg/*.nupkg" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
80-
8176 - name : Read Changelog Entry
8277 uses : mindsers/changelog-reader-action@v2
8378 id : read_changelog
8479 with :
8580 version : v${{ github.event.inputs.version }}
8681 path : ./CHANGELOG.md
82+
83+ # https://github.com/microsoft/azure-pipelines-tasks/issues/1511
84+ - name : Push Packages to NuGet
85+ run : |
86+ dotnet nuget push "nupkg/*.nupkg" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
8787
8888 - name : Create Git tag
8989 run : |
You can’t perform that action at this time.
0 commit comments