forked from TrueCloudLab/certificates
[action] set goreleaser config values back to default
This commit is contained in:
parent
6861202762
commit
3b9eed003d
1 changed files with 2 additions and 2 deletions
|
@ -111,13 +111,13 @@ release:
|
||||||
|
|
||||||
# If set to true, will not auto-publish the release.
|
# If set to true, will not auto-publish the release.
|
||||||
# Default is false.
|
# Default is false.
|
||||||
draft: true
|
draft: false
|
||||||
|
|
||||||
# If set to auto, will mark the release as not ready for production
|
# If set to auto, will mark the release as not ready for production
|
||||||
# in case there is an indicator for this in the tag e.g. v1.0.0-rc1
|
# in case there is an indicator for this in the tag e.g. v1.0.0-rc1
|
||||||
# If set to true, will mark the release as not ready for production.
|
# If set to true, will mark the release as not ready for production.
|
||||||
# Default is false.
|
# Default is false.
|
||||||
prerelease: false
|
prerelease: auto
|
||||||
|
|
||||||
# You can change the name of the release.
|
# You can change the name of the release.
|
||||||
# Default is `{{.Tag}}`
|
# Default is `{{.Tag}}`
|
||||||
|
|
Loading…
Reference in a new issue