Skip to content

Commit

Permalink
ci: use apache-answer- as release artifact name
Browse files Browse the repository at this point in the history
Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun committed Dec 27, 2023
1 parent 41a73cf commit 7b509f8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ before:

release:
draft: true
name_template: apache-answer-{{ .Version }}-incubating-src

builds:
- id: build
Expand All @@ -50,9 +51,6 @@ builds:
goarch:
- amd64




archives:
- name_template: >-
apache-answer-{{ .Version }}-incubating-{{ .Os }}-{{ .Arch }}
Expand All @@ -77,4 +75,3 @@ changelog:
- '^test:'

# goreleaser release --snapshot --rm-dist

0 comments on commit 7b509f8

Please sign in to comment.