Skip to content

Commit

Permalink
Fix bugs in create_tag.yml
Browse files Browse the repository at this point in the history
Forgot to checkout the repo and didn't have the correct path to a file.
  • Loading branch information
charles-lunarg committed Nov 28, 2023
1 parent a1471b4 commit 03ac201
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/create_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@ jobs:
name: Tag header update
runs-on: ubuntu-latest
steps:
- name: Read CurentBuildVulkanVersion.cmake
- name: Checkout repository
uses: actions/checkout@v4

- name: Read CurrentBuildVulkanVersion.cmake
id: read-version-file
uses: juliangruber/read-file-action@v1
with:
path: ./gen/CurentBuildVulkanVersion.cmake
path: gen/CurrentBuildVulkanVersion.cmake

- name: Match regex from version file
uses: actions-ecosystem/action-regex-match@v2
Expand Down

0 comments on commit 03ac201

Please sign in to comment.