axiomhq / cli

The power of Axiom on the command line.
https://axiom.co
MIT License
42 stars 11 forks source link

Added AUR config for goreleaser #175

Closed damaredayo closed 11 months ago

damaredayo commented 11 months ago

You will need to make an account on https://aur.archlinux.org/register and inform them of the public key being used.

The private key is defined by {{ .Env.AUR_KEY }}, set this environment variable as needed.

lukasmalkmus commented 11 months ago

Also created #177 which adds the secret to the env for the release workflow so GoReleaser can pick it up.