diff --git a/.github/workflows/03_publish.yaml b/.github/workflows/03_publish.yaml index 5cba119..8578d18 100644 --- a/.github/workflows/03_publish.yaml +++ b/.github/workflows/03_publish.yaml @@ -53,7 +53,7 @@ jobs: run: dotnet pack --configuration Release --output ${{ env.NuGetDirectory }} --no-build - name: Publish NuGet package - if: steps.nuget_version.outputs.LATEST_VERSION != steps.current_version.outputs.CURRENT_VERSION + #if: steps.nuget_version.outputs.LATEST_VERSION != steps.current_version.outputs.CURRENT_VERSION run: | foreach($file in (Get-ChildItem "${{ env.NuGetDirectory }}" -Filter *.nupkg)) { dotnet nuget push $file --api-key "${{ secrets.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate @@ -89,7 +89,7 @@ jobs: shell: pwsh - name: Generate Styra.Opa.AspNetCore GH release notes - run: scripts/latest-release-notes.sh > SDK_RELEASE_NOTES.md + run: scripts/latest-release-notes.sh --output=SDK_RELEASE_NOTES.md env: VERSION: ${{ steps.current_version.outputs.CURRENT_VERSION }} diff --git a/CHANGELOG.md b/CHANGELOG.md index df8f2fc..97f1ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## 0.1.2 +## 0.1.2, 0.1.3 -This release is also a release engineering test, aimed at sorting out automated publishing of a Github Release and NuGet package. +These releases are also release engineering tests, aimed at sorting out automated publishing of a Github Release and NuGet package. ## 0.1.0, 0.1.1