Closed as not planned
Description
Problem
After we publish a release, we have to manually go to the code-server-aur repo and publish a new version of the package. This should be automated as part of the release process.
Solution
Add a job called aur
to publish.yaml
that waits on npm
and then publish new AUR package with script.
Notes
- this may not be straightforward. we'll need to add a CI account or something to the AUR package as a maintainer
- it could make sense for the job here to open a PR then have a separate GH Actions workflow in the actual repo that publishes the package on merge into default branch
- this could help: https://github.com/ouuan/AUR-template