Skip to content

Commit

Permalink
Fix inspect-next-changelogs workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed Aug 22, 2023
1 parent 3c4ac56 commit 1e8a33b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/inspect-next-changelogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,13 @@ jobs:
toolchain: stable

- name: Build changelog generator
run: cargo build --release -p changelog
working-directory: tools
run: cargo build --release -p changelog --

- 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 1e8a33b

Please sign in to comment.