From 359012927808c5aeb447b52d46cc0971b3b7e107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathan=20Gau=C3=ABr?= Date: Mon, 22 Jan 2024 22:06:09 +0100 Subject: [PATCH] workflow: add vulkan-sdk tags as release tags (#5518) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This workflow creates a new release on the github page. When LunarG is done with the release, tags are added to the repo. When this happens, we should publish a release. Signed-off-by: Nathan Gauër --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50e32a904..f3b3de919 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,6 +6,7 @@ on: push: tags: - 'v[0-9]+.[0-9]+' + - 'vulkan-sdk-[0-9]+.[0-9]+.[0-9]+.[0-9]+' - '!v[0-9]+.[0-9]+.rc*' jobs: