chore: remove draft: true in order to publish the container image

pull/18572/head
David McKay 2020-06-17 17:40:51 +01:00
parent 7e8ab162e7
commit 2befc27adf
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ archives:
format_overrides:
- goos: windows
format: zip
name_template: 'influxdb_client_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
name_template: "influxdb_client_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
files:
- LICENSE
- README.md
@ -82,5 +82,5 @@ dockers:
release:
name_template: "v{{.Version}}"
prerelease: auto # when we go to GA remove this line
draft: true # when we go to GA remove this line
draft: false # This needs to be false, or the container image will not be published
disable: true # we keep the artifacts in S3 and link from the website