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:
parent
a9944e8910
commit
10d3647caf
@ -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.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user