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
|
||||
formats: [zip]
|
||||
|
||||
release:
|
||||
draft: '{{ not .IsNightly }}'
|
||||
|
||||
|
||||
git:
|
||||
@ -55,6 +57,7 @@ nightly:
|
||||
publish_release: true
|
||||
keep_single_release: true
|
||||
version_template: "{{incminor .Version}}-nightly"
|
||||
name_template: "{{incminor .Version}}-nightly"
|
||||
|
||||
snapshot:
|
||||
version_template: '{{.Version}}'
|
||||
|
Reference in New Issue
Block a user