Skip to content

Commit

Permalink
chore: Generate acknowledgements.tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Dec 2, 2021
1 parent 9281a97 commit 4a078ac
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ project_name: snyk-iac-rules
before:
hooks:
- go mod tidy
- go get github.com/google/go-licenses
- go-licenses save . --save_path=./acknowledgements
- tar -cvf ./acknowledgements.tar.gz -C ./acknowledgements .
- rm -rf ./acknowledgements

builds:
- main: ./main.go
Expand Down Expand Up @@ -65,9 +69,9 @@ release:
## Thanks!
Those were the changes on {{ .Tag }}!
extra_files:
glob: ./acknowledgements.tar.gz
- glob: ./acknowledgements.tar.gz

brews:
-
Expand Down

0 comments on commit 4a078ac

Please sign in to comment.