diff --git a/.github/workflows/update-header-pr.yml b/.github/workflows/update-header-pr.yml index 7d90798..712264b 100644 --- a/.github/workflows/update-header-pr.yml +++ b/.github/workflows/update-header-pr.yml @@ -30,6 +30,7 @@ jobs: - name: Update Submodules run: | cd Vulkan-Headers + git fetch --all --tags VK_HEADER_GIT_TAG=$(git describe --always --tags $(git rev-list --tags) | grep 'v[0-9]\.' | head -n1) echo "New revision of Vulkan-Headers: $VK_HEADER_GIT_TAG" git checkout $VK_HEADER_GIT_TAG