File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 53
53
run : dotnet pack --configuration Release --output ${{ env.NuGetDirectory }} --no-build
54
54
55
55
- 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
57
57
run : |
58
58
foreach($file in (Get-ChildItem "${{ env.NuGetDirectory }}" -Filter *.nupkg)) {
59
59
dotnet nuget push $file --api-key "${{ secrets.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate
89
89
shell : pwsh
90
90
91
91
- 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
93
93
env :
94
94
VERSION : ${{ steps.current_version.outputs.CURRENT_VERSION }}
95
95
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file. This
4
4
project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
- ## 0.1.2
6
+ ## 0.1.2, 0.1.3
7
7
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.
9
9
10
10
## 0.1.0, 0.1.1
11
11
You can’t perform that action at this time.
0 commit comments