Skip to content

Commit

Permalink
update: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolosLykos committed Feb 1, 2022
1 parent e202a88 commit 910bbfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func main() {

replaceAllInFile("./cmd/root.go", `Use: "cli-template",`, fmt.Sprintf(`Use: "%s",`, project.Reponame))
replaceAllInFile("./README.md", cliTemplatePath, project.ProjectName)
replaceAllInFile("./.golangci.yml", cliTemplatePath, project.ProjectName)

if err := os.RemoveAll(getPathTo("./setup")); err != nil {
panic(err)
Expand Down

0 comments on commit 910bbfc

Please sign in to comment.