mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-11-08 07:20:49 +08:00
CICD: release needs stringer (#2721)
This commit is contained in:
parent
8b1739e632
commit
0da3f75729
1 changed files with 5 additions and 0 deletions
5
.github/workflows/release_draft.yml
vendored
5
.github/workflows/release_draft.yml
vendored
|
|
@ -44,6 +44,11 @@ jobs:
|
|||
with:
|
||||
go-version: ^1.21
|
||||
|
||||
# Stringer is needed because .goreleaser includes "go generate ./..."
|
||||
- name: Install stringer
|
||||
run: |
|
||||
go install golang.org/x/tools/cmd/stringer@latest
|
||||
|
||||
# For some reason goreleaser isn't correctly setting the version
|
||||
# string used by "dnscontrol version". Therefore, we're forcing the
|
||||
# string using the GORELEASER_CURRENT_TAG feature.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue