Skip to content

Commit

Permalink
chore: remove draft: true in order to publish the container image
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkode committed Jun 17, 2020
1 parent 7e8ab16 commit 2befc27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 2befc27

Please sign in to comment.