Skip to content

Commit

Permalink
ci: test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
piyoki committed Jun 20, 2023
1 parent 2fc167e commit 7bcf1fc
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/generate-changelogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ jobs:
- run: |
git fetch --prune --unshallow --tags
- name: Create changelogs
id: changelogs
uses: heineiuo/create-changelogs@master
- name: conventional changelog action
id: gen-changelog
uses: TriPSs/conventional-changelog-action@latest
with:
github-token: '${{ secrets.GH_TOKEN }}'

- name: Print result
run: |
echo ${{ steps.changelogs.outputs.changelogs }}
echo ${{ steps.gen-changelog.outputs.clean_changelog }} > changelogs.txt
cat changelogs.txt

0 comments on commit 7bcf1fc

Please sign in to comment.