Browse Source

Restore regex

master
BT 5 years ago
committed by GitHub
parent
commit
93f2523166
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/on-tag.yml

2
.github/workflows/on-tag.yml

@ -7,7 +7,7 @@ env:
# \3 => ignore (captures dot, and last number-group in version)
# \4 => VARIANT VARIANT
# \5 => BUILD N
TAG_FMT: '^refs/tags/(((.?[0-9]+){3,4}))$'
TAG_FMT: '^refs/tags/((v(.?[0-9]+){3,4})-?([^+]+)?\+build([0-9]+))$'
on:
push:

Loading…
Cancel
Save