summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2021-02-05 02:29:41 +0100
committerGitHub <noreply@github.com>2021-02-04 20:29:41 -0500
commitedb17bc5c73780b0e4a902cd3a0d7f348e8cb14f (patch)
tree0bfc106066b52a6a3b429ad2cdc3d54e7fd665a4 /.github
parent57071ac53f3194d92098ad69d69d5eeb50c41ed7 (diff)
ci: fix changelog generation (#2267)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 30c1cbcc5..389794fa3 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -63,7 +63,7 @@ jobs:
- target: x86_64-apple-darwin
os: macOS-latest
name: starship-x86_64-apple-darwin.tar.gz
-
+
# TODO: Enable once macos-11.0 pools are publicly available
# https://github.com/actions/virtual-environments/issues/2486
# - target: aarch64-apple-darwin
@@ -73,11 +73,11 @@ jobs:
- target: x86_64-pc-windows-msvc
os: windows-latest
name: starship-x86_64-pc-windows-msvc.zip
-
+
- target: i686-pc-windows-msvc
os: windows-latest
name: starship-i686-pc-windows-msvc.zip
-
+
- target: aarch64-pc-windows-msvc
os: windows-latest
name: starship-aarch64-pc-windows-msvc.zip
@@ -153,7 +153,7 @@ jobs:
- name: Setup | Go
uses: actions/setup-go@v2
with:
- go-version: "^1.13.1"
+ go-version: "^1.15.7"
- name: Setup | Artifacts
uses: actions/download-artifact@v2
@@ -163,7 +163,7 @@ jobs:
- name: Setup | Release notes
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
- name: Build | Publish