Skip to content

Commit

Permalink
ci(release): remove Go dependencies download before release
Browse files Browse the repository at this point in the history
There is no need to download the Go dependencies before the actual release as there is no artifact building, so deleted it to increase release speed
  • Loading branch information
pandatix committed Apr 17, 2024
1 parent e2e6b27 commit 1c0bfa6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
before:
hooks:
- go mod tidy

builds:
- skip: true

Expand Down

0 comments on commit 1c0bfa6

Please sign in to comment.