From 11f721f759c24cb9acd6561a693b8a545da39251 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 20 Jun 2020 21:26:08 -0700 Subject: [PATCH] ;ci: release: also recognise release tags starting with r --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f1001b69..b28f5dc20 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ name: release on: push: - tags: [ '[0-9]*' ] + tags: [ '[0-9]*', 'r[0-9]*' ] jobs: release: