1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 12:21:15 +00:00

Fix release workflow tag patterns (#1942)

Clearly they aren't regex, so no optional groups (apparently not so clearly).

So much for not debugging on main.
This commit is contained in:
Simon Frei 2023-07-16 16:20:20 +02:00 committed by GitHub
parent 546e943e39
commit 0021b97a3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,8 @@ on:
# Cannot filter on both branches (release) and tags - it's ORed
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-rc\.[0-9]+(\.[0-9]+)?'
- '[0-9]+.[0-9]+.[0-9]+-rc\.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-rc\.[0-9]+\.[0-9]+'
env:
# Our build metadata