We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb94600 commit ed578e0Copy full SHA for ed578e0
.github/workflows/changelog.yml
@@ -17,7 +17,7 @@ jobs:
17
- run: |
18
wget https://github.com/git-chglog/git-chglog/releases/download/v0.15.4/git-chglog_0.15.4_linux_amd64.tar.gz
19
tar -xvzf git-chglog_0.15.4_linux_amd64.tar.gz
20
- ./git-chglog -o CHANGELOG.md
+ ./git-chglog -o ./CHANGELOG.md
21
rm git-chglog_0.15.4_linux_amd64.tar.gz
22
rm git-chglog
23
git config user.name "github-actions[bot]"
0 commit comments