alacritty/.github/workflows
Christian Duerr 26479bb9f5
Fix CI upload assets tag matching
The previous version would search for the last tag by matching the
beginning of the tag name. By explicitly searching for the trailing `"`
with grep, an exact tag match is now enforced.

Since releases like v1.2.3 always match the beginning of their RCs
(v1.2.3-rc4), this makes sure that the assets aren't pushed to the
previous release.
2020-11-25 01:31:21 +00:00
..
ci.yml Reduce number of GitHub Actions CI builds 2020-11-17 13:21:51 +00:00
release.yml Fix github releases tag pattern 2020-11-14 03:51:40 +00:00
upload_asset.sh Fix CI upload assets tag matching 2020-11-25 01:31:21 +00:00