Skip to content

Commit

Permalink
Different changelog action
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Dec 12, 2020
1 parent ee69a9c commit ca4fff3
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@ jobs:
- name: "Checkout"
uses: "actions/checkout@v2"

- name: "Generate release changelog"
id: generate-release-changelog
uses: heinrichreimer/github-changelog-generator-action@v2.2
- name: Generate changelog
id: changelog
uses: metcalfc/changelog-generator@v0.4.4
with:
token: ${{ secrets.GITHUB_TOKEN }}
onlyLastTag: "true"
stripHeaders: "true"
stripGeneratorNotice: "true"
myToken: ${{ secrets.GITHUB_TOKEN }}

- name: "Create release"
id: create-release
Expand All @@ -33,4 +30,4 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body: ${{ steps.generate-release-changelog.outputs.changelog }}
body: ${{ steps.changelog.outputs.changelog }}

0 comments on commit ca4fff3

Please sign in to comment.