Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit c77ce2e

Browse files
committed
Fix github-release installation
1 parent 7c6496b commit c77ce2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
CGO_ENABLED: 0
5858
- run:
5959
name: Installing github-release tool
60-
command: go get github.com/meterup/github-release
60+
command: go install github.com/github-release/github-release
6161
- run:
6262
name: Creating github release
6363
command: |

0 commit comments

Comments
 (0)