From 22047004603aef45387f2b72e5137c793646b9aa Mon Sep 17 00:00:00 2001 From: Bojan Date: Mon, 5 Sep 2022 14:41:38 -0300 Subject: [PATCH] build: go get -u git-chglog --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 36f7ad5d..91a63c16 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 }}