1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-04 03:11:55 +02:00

docs: fix missing closing quote (#4949)

With the current example build fails with:

> notarize: macos: template: failed to apply "{{ isEnvSet
\"MACOS_SIGN_P12 }}": unterminated quoted string
This commit is contained in:
Fedor Korotkov 2024-06-18 14:41:12 -04:00 committed by GitHub
parent a9944e8910
commit 10d3647caf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ notarize:
#
# Default: false
# Templates: allowed
enabled: '{{ isEnvSet "MACOS_SIGN_P12 }}'
enabled: '{{ isEnvSet "MACOS_SIGN_P12" }}'
# IDs to use to filter the built binaries.
#