Skip to content

Commit

Permalink
Used the last built tool to build the changelog for the tool
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Jun 3, 2021
1 parent 9fd2861 commit 38becc3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
run: dotnet buildversion $GITHUB_RUN_NUMBER
- name: Create Release Notes
run: |
echo Changelog > RELEASE_NOTES.md
# dotnet changelog --changelog CHANGELOG.md --extract RELEASE_NOTES.md --version ${{ env.BUILD_VERSION }}
dotnet changelog --changelog CHANGELOG.md --extract RELEASE_NOTES.md --version ${{ env.BUILD_VERSION }}
- id: release-notes
uses: juliangruber/read-file-action@v1
with:
Expand Down

0 comments on commit 38becc3

Please sign in to comment.