Skip to content

Commit

Permalink
🐛 Fix goreleaser config version (#274)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Zunker <[email protected]>
  • Loading branch information
czunker authored Jun 14, 2024
1 parent 0f75722 commit 36e3d76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# SPDX-License-Identifier: BUSL-1.1

---
version: 2
env:
- CGO_ENABLED=0
before:
Expand Down Expand Up @@ -79,4 +80,4 @@ snapshot:
name_template: "{{ .Tag }}-snapshot"

changelog:
use: github-native
use: github-native

0 comments on commit 36e3d76

Please sign in to comment.