Skip to content

Commit c9c351d

Browse files
authored
fix missing dependency for release proposal job (#5545)
1 parent 78aa8e4 commit c9c351d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-proposal.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535
- uses: ./.github/actions/node
36-
- run: npm i -g @bengl/branch-diff
36+
- run: npm i -g branch-diff
37+
- run: npm i --no-save application-config-path@0.1.1
3738
- run: |
3839
mkdir -p ~/.config/changelog-maker
3940
echo "{\"token\":\"${{secrets.GITHUB_TOKEN}}\",\"user\":\"${{github.actor}}\"}" > ~/.config/changelog-maker/config.json

0 commit comments

Comments
 (0)