From 82912ecaa737ba85e1712791bcf6f52151d0e18f Mon Sep 17 00:00:00 2001 From: Timur Zununbekov Date: Mon, 11 Jul 2022 13:32:25 +0200 Subject: [PATCH] Release step fix --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 50395995..b971adb5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -93,7 +93,7 @@ jobs: GIT_TAG: ${CIRCLE_TAG} - run: name: Installing github-release - command: go get github.com/meterup/github-release + command: go install github.com/github-release/github-release@latest - run: name: Creating github release command: |