Skip to content

Commit 99e862b

Browse files
committed
Fix github release pipeline
1 parent 6c40324 commit 99e862b

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
@@ -86,7 +86,7 @@ jobs:
8686
- run:
8787
name: Install github-release
8888
command: |
89-
go install github.com/aktau/github-release@latest
89+
go install github.com/github-release/github-release@latest
9090
- run:
9191
name: Build cross platform releases
9292
command: |

0 commit comments

Comments
 (0)