ci(fetch-commits): fix sed regex for tag extraction
The regex for stripping the suffix from tag references was incorrectly escaped. The backslashes were being interpreted as literal characters by the sed command. Remove the extra escaping to correctly match the `^{}` suffix pattern.