Skip to content

Commit

Permalink
Update changelog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pluveto authored Jan 29, 2022
1 parent d535c1a commit e9da70f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ jobs:
with:
fetch-depth: 0

- name: "Generate release changelog"
id: gen_changelog
uses: heinrichreimer/github-changelog[email protected]
- name: Create changelog text
id: changelog
uses: loopwerk/tag-changelog@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
onlyLastTag: true
token: ${{ secrets.GITHUB_TOKEN }}

- name: Print changelog
run: |
echo ${{ steps.gen_changelog.outputs.changelog }}
cat <<EOF
${{ steps.changelog.outputs.changes }}
EOF

0 comments on commit e9da70f

Please sign in to comment.