1
0
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:
Randy Fay 2022-08-04 12:38:58 -06:00 committed by GitHub
parent 731f43b80e
commit 224a4f5f0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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