Skip to content

Commit

Permalink
CICD: release needs stringer (#2721)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlimoncelli committed Dec 13, 2023
1 parent 8b1739e commit 0da3f75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0da3f75

Please sign in to comment.