1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fix: build does not run chocolatey

This commit is contained in:
Carlos Alexandro Becker 2024-01-14 15:26:16 -03:00
parent 73ad0d1068
commit fe1bc52d6a
No known key found for this signature in database

View File

@ -106,6 +106,7 @@ var Release = Keys{
Ko,
Docker,
Winget,
Chocolatey,
Snapcraft,
Scoop,
Homebrew,
@ -113,7 +114,6 @@ var Release = Keys{
AUR,
NFPM,
Before,
Chocolatey,
}
var Build = Keys{
@ -121,5 +121,4 @@ var Build = Keys{
PostBuildHooks,
Validate,
Before,
Chocolatey,
}