Skip to content

Commit

Permalink
fix: no need for redirect in goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
faiq committed Sep 6, 2024
1 parent d4bc869 commit 892c6e4
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 @@ -56,7 +56,7 @@ before:
- make template-helm-repository
- |
sh -ec 'if [ {{ .IsSnapshot }} == false ] ; then
env CAREN_VERSION=v{{ trimprefix .Version "v" }} make list-images >caren-images.txt
env CAREN_VERSION=v{{ trimprefix .Version "v" }} make list-images
fi'
builds:
Expand Down

0 comments on commit 892c6e4

Please sign in to comment.