[chore] Re-enable source tar but name it clearly as source (#683)

This commit is contained in:
tobi 2022-07-03 12:01:13 +02:00 committed by GitHub
parent 664713ddd4
commit 07b0a42b7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -171,4 +171,5 @@ snapshot:
name_template: "{{ incpatch .Version }}-SNAPSHOT"
source:
# https://goreleaser.com/customization/source/
enabled: false
enabled: true
name_template: "{{ .ProjectName }}-{{ .Version }}-source-code"