-rc => -beta to be clearer

This commit is contained in:
Manav Rathi
2024-07-12 15:44:47 +05:30
parent bffbc6041b
commit c16b6a7d43
2 changed files with 24 additions and 24 deletions

View File

@@ -17,8 +17,8 @@ on:
#
- cron: "45 2 * * 1-6"
push:
# Run when a tag matching the pattern "vd.d.d"" is pushed. Crucially for
# us, this excludes the "-rc" tags.
# Run when a tag matching the pattern "vd.d.d" is pushed. In particular,
# this excludes the "-beta" tags.
tags:
- "v[0-9]+.[0-9]+.[0-9]+"