From 187e5e23b48d4b9df3b0dab8c4404189ed7d5406 Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Thu, 28 Sep 2023 13:35:34 +0200 Subject: [PATCH] Fix tag wildcards. --- antora-playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora-playbook.yml b/antora-playbook.yml index 73fe71c1c8..ddc9e11fd1 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -20,7 +20,7 @@ content: # Refname matching: # https://docs.antora.org/antora/latest/playbook/content-refname-matching/ branches: [ main ] - tags: [ '({4..9}).+({1..9}).+({0..9})?(-{RC,M}+({0..9}))', '!4.1.0-M1' ] + tags: [ 'v{4..9}.+({1..9}).+({0..9})?(-{RC,M}*)', '!v4.1.0-M1' ] start_path: docs asciidoc: attributes: