Compare commits

..

1 Commits

Author SHA1 Message Date
74fe48cc4a v4.2.1
=====================================================================

--- New Features -------------------------

- Automatic test-stable rolling release to AUR
2024-04-14 01:59:01 -06:00

View File

@ -260,6 +260,13 @@ workflows:
&only-publish-for-full-semver &only-publish-for-full-semver
requires: [require-full-semver] requires: [require-full-semver]
- aur-publish: - aur-publish:
#
# there's a crazy-low-chance race-condition between this job and the GH Action '../.github/workflows/automatic-release.yaml'
# - automatic-release creates the release artifact, but takes no more than 15-30 seconds (current avg:16s max:26s)
# - this publish step requires the release artifact, but waits for all language-repository publishes to complete first (a few minutes at least)
#
# if something goes wrong, this step can be safely rerun after fixing the release artifact :)
#
context: [aur-yage] context: [aur-yage]
requires: requires:
- aur-test - aur-test