Skip to content

Commit 3590129

Browse files
authored
workflow: add vulkan-sdk tags as release tags (KhronosGroup#5518)
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 <[email protected]>
1 parent 3e6bdd0 commit 3590129

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
tags:
88
- 'v[0-9]+.[0-9]+'
9+
- 'vulkan-sdk-[0-9]+.[0-9]+.[0-9]+.[0-9]+'
910
- '!v[0-9]+.[0-9]+.rc*'
1011

1112
jobs:

0 commit comments

Comments
 (0)