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:
parent
73ad0d1068
commit
fe1bc52d6a
@ -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,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user