mirror of
https://github.com/go-task/task.git
synced 2025-08-08 22:36:57 +02:00
fix: publish nightly
This commit is contained in:
@ -45,6 +45,8 @@ archives:
|
|||||||
- goos: windows
|
- goos: windows
|
||||||
formats: [zip]
|
formats: [zip]
|
||||||
|
|
||||||
|
release:
|
||||||
|
draft: '{{ not .IsNightly }}'
|
||||||
|
|
||||||
|
|
||||||
git:
|
git:
|
||||||
@ -55,6 +57,7 @@ nightly:
|
|||||||
publish_release: true
|
publish_release: true
|
||||||
keep_single_release: true
|
keep_single_release: true
|
||||||
version_template: "{{incminor .Version}}-nightly"
|
version_template: "{{incminor .Version}}-nightly"
|
||||||
|
name_template: "{{incminor .Version}}-nightly"
|
||||||
|
|
||||||
snapshot:
|
snapshot:
|
||||||
version_template: '{{.Version}}'
|
version_template: '{{.Version}}'
|
||||||
|
Reference in New Issue
Block a user