snapcrafters / signal-desktop

Unofficial Signal Desktop installer for Linux
https://snapcraft.io/signal-desktop
GNU Affero General Public License v3.0
34 stars 14 forks source link

ci: fix revision parsing on candidate release flow #216

Closed jnsgruk closed 9 months ago

jnsgruk commented 9 months ago

Fixes the current issue where the revision numbers of newly uploaded builds to the candidate channel are not correctly parsed.

This fix does the following - take for example:

$ snapcraft push signal-desktop --release=candidate
Revision 564 created for 'signal-desktop' and released to 'candidate'

$ echo "Revision 564 created for 'signal-desktop' and released to 'candidate'" | grep -Po 'Revision \K[^ ]+'
564