Merge pull request #1135 from Zokrates/fix-github-release-install
Fix github release installation
This commit is contained in:
commit
45687b4086
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ jobs:
|
|||
- run:
|
||||
name: "Publish artifacts on GitHub"
|
||||
command: |
|
||||
go install github.com/github-release/github-release
|
||||
go install github.com/github-release/github-release@latest
|
||||
github-release release \
|
||||
-s ${GH_TOKEN} \
|
||||
-u ${CIRCLE_PROJECT_USERNAME} \
|
||||
|
|
Loading…
Reference in a new issue