1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00

Merge pull request #462 from magiconair/fix-sign-docs

docs: fix sign docs
This commit is contained in:
Carlos Alexandro Becker 2017-12-16 19:56:41 -02:00 committed by GitHub
commit 692d6cfcba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ To customize the signing pipeline you can use the following options:
# .goreleaser.yml
sign:
# name of the signature file.
# '${in}' is the path to the artifact that should be signed.
# '${artifact}' is the path to the artifact that should be signed.
#
# signature: "${artifact}.sig"