Skip to content

Commit

Permalink
Fix changelog workflow (#2954)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza1311 committed Nov 8, 2022
1 parent 90c7ff1 commit 40d2c9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/inspect-next-changelogs.yml
Expand Up @@ -29,9 +29,12 @@ jobs:

- name: Read yew changelog in this step
run: ./target/release/changelog yew minor -t ${{ secrets.GITHUB_TOKEN }}
working-directory: tools

- name: Read yew-router changelog in this step
run: ./target/release/changelog yew-router minor -t ${{ secrets.GITHUB_TOKEN }}
working-directory: tools

- name: Read yew-agent changelog in this step
run: ./target/release/changelog yew-agent minor -t ${{ secrets.GITHUB_TOKEN }}
working-directory: tools

0 comments on commit 40d2c9c

Please sign in to comment.