1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2025-04-09 18:31:50 +00:00

ci: fix changelog generation (#2267)

This commit is contained in:
David Knaack 2021-02-05 02:29:41 +01:00 committed by GitHub
parent 57071ac53f
commit edb17bc5c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ jobs:
- name: Setup | Go - name: Setup | Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: "^1.13.1" go-version: "^1.15.7"
- name: Setup | Artifacts - name: Setup | Artifacts
uses: actions/download-artifact@v2 uses: actions/download-artifact@v2
@ -163,7 +163,7 @@ jobs:
- name: Setup | Release notes - name: Setup | Release notes
run: | run: |
go get -u github.com/git-chglog/git-chglog/cmd/git-chglog GO111MODULE=on go get github.com/git-chglog/git-chglog/cmd/git-chglog@0.9.1
git-chglog -c .github/chglog/release.yml $(git describe --tags) > RELEASE.md git-chglog -c .github/chglog/release.yml $(git describe --tags) > RELEASE.md
- name: Build | Publish - name: Build | Publish