tummychow / git-absorb

git commit --fixup, but automatic
https://crates.io/crates/git-absorb
BSD 3-Clause "New" or "Revised" License
3.35k stars 59 forks source link

Fix conditional in release.yml #84

Closed theaquamarine closed 1 year ago

theaquamarine commented 1 year ago

Use [[ for matching target as regex match =~ doesn't work with [, so currently this always evaluates to false (so Windows releases get packaged in .tar.gz files too)