Skip to content

Commit

Permalink
Added release notes to package
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Jan 31, 2021
1 parent a434da1 commit d069bd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-publish-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
- name: Create Release Notes
run: |
dotnet changelog --changelog CHANGELOG.md --extract RELEASE_NOTES.md --version ${{ env.BUILD_VERSION }}
- id: release-notes
uses: juliangruber/read-file-action@v1
with:
path: RELEASE_NOTES.md
- name: Build with dotnet
run: |
cd src
Expand Down

0 comments on commit d069bd7

Please sign in to comment.