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

docs: fix sign docs

fix sign docs
This commit is contained in:
Frank Schroeder 2017-12-16 22:24:40 +01:00
parent 5e22ef1130
commit a2f5b61b89
No known key found for this signature in database
GPG Key ID: 4D65C6EAEC87DECD

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"