mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-22 04:08:49 +02:00
docs: AUR publish is skipped if git url is empty (#3279)
This is a good way to skip publish on a test account, for example
This commit is contained in:
parent
731f43b80e
commit
224a4f5f0c
@ -58,7 +58,8 @@ aurs:
|
||||
private_key: '{{ .Env.AUR_KEY }}'
|
||||
|
||||
# The AUR Git URL for this package.
|
||||
# Defaults to empty.
|
||||
# Defaults to empty
|
||||
# Publish is skipped if empty.
|
||||
git_url: 'ssh://aur@aur.archlinux.org/mypackage-bin.git'
|
||||
|
||||
# Setting this will prevent goreleaser to actually try to commit the updated
|
||||
|
Loading…
x
Reference in New Issue
Block a user