Skip to content

Commit

Permalink
build: go get -u git-chglog
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed Sep 5, 2022
1 parent 64a6f12 commit 2204700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
run: |
# Temporary fix for https://github.com/actions/setup-go/issues/14
export PATH=$PATH:$(go env GOPATH)/bin
go install github.com/git-chglog/git-chglog/cmd/git-chglog
go get -u github.com/git-chglog/git-chglog/cmd/git-chglog
# git-chglog -c .chglog/config.yml $(git describe --tags $(git rev-list --tags --max-count=1))
git-chglog -c .chglog/config.yml ${{ env.RELEASE_VERSION }} > RELEASE-${{ env.RELEASE_VERSION }}.md
- name: Create GitHub release ${{ matrix.target }}
Expand Down

0 comments on commit 2204700

Please sign in to comment.