Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #232 from triggermesh/release-fix
Browse files Browse the repository at this point in the history
Release step fix
  • Loading branch information
tzununbekov authored Jul 11, 2022
2 parents 258bac4 + 82912ec commit 33a9e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 33a9e80

Please sign in to comment.