Skip to content

Commit

Permalink
fix(cmd/file_templates/go_cli_project): Remove tabs from .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Feb 20, 2024
1 parent af6536f commit 2061f94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/file_templates/go_cli_project/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ before:
hooks:
- rm -rf ./dist
- go mod tidy
- git push
- git push --tags
- git push
- git push --tags
builds:
-
env:
Expand Down

0 comments on commit 2061f94

Please sign in to comment.