Skip to content

Commit

Permalink
fix: use go install to prevent go.mod changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cmars committed Feb 2, 2022
1 parent bea9ae6 commit 827774a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "[email protected]"
- name: Install ccv
run: go get github.com/smlx/ccv
run: go install github.com/smlx/ccv@latest
- name: Bump tag if necessary
id: tag
run: |
Expand Down

0 comments on commit 827774a

Please sign in to comment.