ci: improve release workflow by adding task installation step

This commit is contained in:
Prad Nukala
2025-01-01 15:12:46 -05:00
parent 9787394d5a
commit 0cf308016b
3 changed files with 29 additions and 1 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ release:
github:
owner: onsonr
name: sonr
name_template: 'Release {{ time "2006" }}.{{ time "02" | int }}.{{ time "Monday" | int }}'
name_template: 'Release {{ .Env.RELEASE_DATE }}'
draft: false
replace_existing_draft: true
replace_existing_artifacts: true