mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Merge pull request #1222 from theHamsta/fix-update-pr-xml
fix(ci): filter out publications of Vulkan SC on header update
This commit is contained in:
commit
9cdca0a90d
3
.github/workflows/update-header-pr.yml
vendored
3
.github/workflows/update-header-pr.yml
vendored
@ -24,7 +24,8 @@ jobs:
|
||||
run: |
|
||||
git submodule update --init --recursive
|
||||
cd Vulkan-Headers
|
||||
VK_HEADER_GIT_TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
|
||||
VK_HEADER_GIT_TAG=$(git describe --tags $(git rev-list --tags | grep 'v\d\.' | head -n1))
|
||||
echo "New revision of Vulkan-Headers: $VK_HEADER_GIT_TAG"
|
||||
git checkout $VK_HEADER_GIT_TAG
|
||||
echo "VK_HEADER_GIT_TAG=$VK_HEADER_GIT_TAG" >> $GITHUB_ENV
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user