Skip to content

Commit

Permalink
change file name
Browse files Browse the repository at this point in the history
Signed-off-by: zachaller <[email protected]>
  • Loading branch information
zachaller committed Oct 14, 2022
1 parent 7ac6f1f commit eedd4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
curl -o git-chglog.tar.gz -L https://github.com/git-chglog/git-chglog/releases/download/v0.15.1/git-chglog_0.15.1_darwin_amd64.tar.gz
tar -zxvf git-chglog
chmod u+x git-chglog
./git-chglog -o CHANGELOG-AUTO.md
./git-chglog -o CHANGELOG-GENERATED.md
rm git-chglog
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
Expand Down

0 comments on commit eedd4d1

Please sign in to comment.