Skip to content

Commit

Permalink
Added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Jan 31, 2021
1 parent d069bd7 commit 62962fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
run: |
cd src
dotnet pack --configuration Release /p:Version=${{ env.BUILD_VERSION }} --no-restore --output ../dist
env:
ReleaseNotes: ${{ steps.release-notes.outputs.content }}
- name: Update Release Notes with new tool
run: |
dotnet tool uninstall --local Credfeto.ChangeLog.Cmd
Expand All @@ -63,8 +65,6 @@ jobs:
- name: Publish
run: |
dotnet pushpackages -folder dist --api-key ${{ secrets.NUGET_API_KEY }} --source ${{ secrets.NUGET_FEED }}
env:
ReleaseNotes: ${{ steps.release-notes.outputs.content }}
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 62962fd

Please sign in to comment.