Skip to content

Commit

Permalink
Merge pull request #80 from dolittle/fix-release-notes
Browse files Browse the repository at this point in the history
Does it work with single quotes maybe
  • Loading branch information
jakhog authored Oct 26, 2021
2 parents d382ac0 + 5442132 commit f52833e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
changelog-url: https://github.com/dolittle/DotNET.SDK/blob/master/CHANGELOG.md
- name: Create packages
if: ${{ steps.context.outputs.should-publish == 'true' }}
run: dotnet pack --configuration Release -o ${{ env.NUGET_OUTPUT }} -p:Version=${{ steps.increment-version.outputs.next-version }} -p:PackageVersion=${{ steps.increment-version.outputs.next-version }} -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -p:PackageReleaseNotes="${{ steps.create-release-notes.outputs.plaintext }}"
run: dotnet pack --configuration Release -o ${{ env.NUGET_OUTPUT }} -p:Version=${{ steps.increment-version.outputs.next-version }} -p:PackageVersion=${{ steps.increment-version.outputs.next-version }} -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -p:PackageReleaseNotes='${{ steps.create-release-notes.outputs.plaintext }}'

- name: Prepend to Changelog
if: ${{ steps.context.outputs.should-publish == 'true' && steps.context.outputs.release-type != 'prerelease' }}
Expand Down

0 comments on commit f52833e

Please sign in to comment.