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 21:03:01 +02:00
parent 6241ae2141
commit a636593df7

View File

@ -45,6 +45,8 @@ archives:
- goos: windows
formats: [zip]
release:
name_template: 'v{{incminor .Version}}-nightly'
git:
@ -55,7 +57,6 @@ nightly:
publish_release: true
keep_single_release: true
version_template: "{{incminor .Version}}-nightly"
name_template: "{{incminor .Version}}-nightly"
snapshot:
version_template: '{{.Version}}'