Fix changelog workflow (#2954)

This commit is contained in:
Muhammad Hamza 2022-11-08 23:02:29 +05:00 committed by GitHub
parent 90c7ff105a
commit 40d2c9c5cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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