-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switch ghr install over to go install to avoid chnaging of go.mod and…
… remove darwin/386 build as go 1.15 dropped support (#187)
- Loading branch information
Showing
2 changed files
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,8 +88,8 @@ jobs: | |
- image: circleci/golang:1.16 | ||
steps: | ||
- checkout | ||
- run: go install github.com/tcnksm/[email protected] | ||
- run: make release | ||
- run: go get -u github.com/tcnksm/ghr | ||
- run: | ||
name: Publish release | ||
command: ghr $GIT_RELEASE_TAG release/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters