mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
fix(nfpm): propagate epoch config to nfpm (#1076)
This commit is contained in:
parent
38e536e470
commit
249657eb0b
@ -149,6 +149,7 @@ func create(ctx *context.Context, fpm config.NFPM, format, arch string, binaries
|
||||
Version: ctx.Git.CurrentTag,
|
||||
Section: "",
|
||||
Priority: "",
|
||||
Epoch: fpm.Epoch,
|
||||
Maintainer: fpm.Maintainer,
|
||||
Description: fpm.Description,
|
||||
Vendor: fpm.Vendor,
|
||||
|
Loading…
x
Reference in New Issue
Block a user