1
0
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:
Valentin Maerten
2025-08-06 20:52:46 +02:00
parent 6ad7121a28
commit 5693efb0b1

View File

@ -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}}'