File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5353 run : dotnet pack --configuration Release --output ${{ env.NuGetDirectory }} --no-build
5454
5555 - name : Publish NuGet package
56- if : steps.nuget_version.outputs.LATEST_VERSION != steps.current_version.outputs.CURRENT_VERSION
56+ # if: steps.nuget_version.outputs.LATEST_VERSION != steps.current_version.outputs.CURRENT_VERSION
5757 run : |
5858 foreach($file in (Get-ChildItem "${{ env.NuGetDirectory }}" -Filter *.nupkg)) {
5959 dotnet nuget push $file --api-key "${{ secrets.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate
8989 shell : pwsh
9090
9191 - name : Generate Styra.Opa.AspNetCore GH release notes
92- run : scripts/latest-release-notes.sh > SDK_RELEASE_NOTES.md
92+ run : scripts/latest-release-notes.sh --output= SDK_RELEASE_NOTES.md
9393 env :
9494 VERSION : ${{ steps.current_version.outputs.CURRENT_VERSION }}
9595
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file. This
44project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
6- ## 0.1.2
6+ ## 0.1.2, 0.1.3
77
8- This release is also a release engineering test , aimed at sorting out automated publishing of a Github Release and NuGet package.
8+ These releases are also release engineering tests , aimed at sorting out automated publishing of a Github Release and NuGet package.
99
1010## 0.1.0, 0.1.1
1111
You can’t perform that action at this time.
0 commit comments