Skip to content

Commit

Permalink
ci: fix goreleaser typo
Browse files Browse the repository at this point in the history
  • Loading branch information
janfuhrer committed May 9, 2024
1 parent 1c668f2 commit fd7662a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ release:
**Docker Images**
- `ghcr.io/janfuhrer/{{ .ProjectName }}:{{ .Version }}`
{{ if not .Prerelease }}- `ghcr.io/janfuhrer/{{ .ProjectName }}:latest`{{} end }}
{{ if not .Prerelease }}- `ghcr.io/janfuhrer/{{ .ProjectName }}:latest`{{ end }}
# github changelog for new release
changelog:
Expand Down

0 comments on commit fd7662a

Please sign in to comment.