Skip to content

Commit 63ebbac

Browse files
committed
ci(chglog): update to use go install
Signed-off-by: Braden Mars <bradenmars@bradenmars.me>
1 parent a593e49 commit 63ebbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-go@v3
2121

2222
- name: Install gh-chglog
23-
run: go get github.com/git-chglog/git-chglog/cmd/git-chglog@latest
23+
run: go install github.com/git-chglog/git-chglog/cmd/git-chglog@latest
2424

2525
- name: Generate Changelog
2626
run: git-chglog

0 commit comments

Comments
 (0)