mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-21 19:20:07 +00:00
workflow: add vulkan-sdk tags as release tags (#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 <brioche@google.com>
This commit is contained in:
parent
3e6bdd0f99
commit
3590129278
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user