Skip to content

Commit

Permalink
chore: update goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
mlabouardy committed Oct 4, 2023
1 parent 0e677cb commit 46c7817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ dist/

*.go-e
.idea
vendor
dashboard/public/assets/img/providers/azure.svg
dashboard/public/favicon.ico
vendor
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
before:
hooks:
- go mod tidy
- go-bindata-assetfs -o internal/api/v1/template.go out/...
- sed -i -e 's/package main/package v1/g' internal/api/v1/template.go
builds:
Expand Down

0 comments on commit 46c7817

Please sign in to comment.