mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-05 17:44:44 +00:00
Publish install manifest to GitHub releases
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
6d0c8aff4b
commit
32e949598e
3 changed files with 9 additions and 20 deletions
|
|
@ -68,3 +68,7 @@ publishers:
|
|||
eval $(ssh-agent -s)
|
||||
ssh-add <(echo "{{ .Env.AUR_BOT_SSH_PRIVATE_KEY }}")
|
||||
.github/aur/flux-go/publish.sh {{ .Version }}
|
||||
release:
|
||||
extra_files:
|
||||
- glob: ./output/manifests.tar.gz
|
||||
- glob: ./output/install.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue