Skip to content

Commit

Permalink
docs: AUR publish is skipped if git url is empty (#3279)
Browse files Browse the repository at this point in the history
This is a good way to skip publish on a test account, for example
  • Loading branch information
rfay committed Aug 4, 2022
1 parent 731f43b commit 224a4f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/docs/customization/aur.md
Expand Up @@ -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
Expand Down

0 comments on commit 224a4f5

Please sign in to comment.