Skip to content

Commit c055d7e

Browse files
committed
ci(chglog): use run, save changelog results
Signed-off-by: Braden Mars <bradenmars@bradenmars.me>
1 parent 63ebbac commit c055d7e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ jobs:
1919
- name: Setup go
2020
uses: actions/setup-go@v3
2121

22-
- name: Install gh-chglog
23-
run: go install github.com/git-chglog/git-chglog/cmd/git-chglog@latest
24-
2522
- name: Generate Changelog
26-
run: git-chglog
23+
run: go run github.com/git-chglog/git-chglog/cmd/git-chglog@latest --output CHANGELOG.md
2724

2825
- name: Commit Changes
2926
run: |

0 commit comments

Comments
 (0)