We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78aa8e4 commit c9c351dCopy full SHA for c9c351d
1 file changed
.github/workflows/release-proposal.yml
@@ -33,7 +33,8 @@ jobs:
33
with:
34
fetch-depth: 0
35
- uses: ./.github/actions/node
36
- - run: npm i -g @bengl/branch-diff
+ - run: npm i -g branch-diff
37
+ - run: npm i --no-save application-config-path@0.1.1
38
- run: |
39
mkdir -p ~/.config/changelog-maker
40
echo "{\"token\":\"${{secrets.GITHUB_TOKEN}}\",\"user\":\"${{github.actor}}\"}" > ~/.config/changelog-maker/config.json
0 commit comments