mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Fix changelog workflow (#2954)
This commit is contained in:
parent
90c7ff105a
commit
40d2c9c5cf
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user