Skip to content

Commit ed578e0

Browse files
committed
fix: update CL output location
1 parent fb94600 commit ed578e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run: |
1818
wget https://github.com/git-chglog/git-chglog/releases/download/v0.15.4/git-chglog_0.15.4_linux_amd64.tar.gz
1919
tar -xvzf git-chglog_0.15.4_linux_amd64.tar.gz
20-
./git-chglog -o CHANGELOG.md
20+
./git-chglog -o ./CHANGELOG.md
2121
rm git-chglog_0.15.4_linux_amd64.tar.gz
2222
rm git-chglog
2323
git config user.name "github-actions[bot]"

0 commit comments

Comments
 (0)