Skip to content

Commit

Permalink
Install Goreleaser via Go (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksymAtVgs authored Dec 6, 2021
1 parent 8c1e52b commit a2d9126
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 @@ -29,7 +29,7 @@ jobs:
- image: cimg/go:1.17
steps:
- checkout
- run: curl -sL https://git.io/goreleaser | bash
- run: go install github.com/goreleaser/goreleaser@1.1.0
- run: goreleaser release --skip-sign

workflows:
Expand Down

0 comments on commit a2d9126

Please sign in to comment.