Skip to content

Commit

Permalink
housekeeping: Add reference to GlennAWatson/Changelog (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson authored Oct 9, 2020
1 parent e93ebfe commit 2ebf98f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
dotnet nuget push -s ${{ env.SOURCE_URL }} -k ${{ env.NUGET_AUTH_TOKEN }} **/*.nupkg
- name: Changelog
uses: scottbrenner/generate-changelog-action@master
uses: glennawatson/ChangeLog@master
id: changelog
env:
REPO: ${{ github.repository }}
Expand All @@ -104,4 +104,4 @@ jobs:
tag_name: ${{ needs.build.outputs.nbgv }}
release_name: ${{ needs.build.outputs.nbgv }}
body: |
${{ steps.changelog.outputs.changelog }}
${{ steps.changelog.outputs.commitLog }}

0 comments on commit 2ebf98f

Please sign in to comment.