mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
CICD: release needs stringer (#2721)
This commit is contained in:
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.
|
||||
|
Reference in New Issue
Block a user