Skip to content

Commit

Permalink
build: attempt to fix git-chglog installation in github release actio…
Browse files Browse the repository at this point in the history
…n by specifing latest version
  • Loading branch information
bojand committed Jan 1, 2023
1 parent 3a7eb25 commit 67f2984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Generate release notes
run: |
export PATH=$PATH:$(go env GOPATH)/bin
go install github.com/git-chglog/git-chglog/cmd/git-chglog
go install github.com/git-chglog/git-chglog/cmd/git-chglog@latest
git-chglog -c .chglog/config.yml $(git describe --tags) > RELEASE.md
- name: Create GitHub release ${{ matrix.target }}
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 67f2984

Please sign in to comment.