Skip to content

Commit

Permalink
better name
Browse files Browse the repository at this point in the history
Angelyr committed Jan 4, 2025

Verified

This commit was signed with the committer’s verified signature.
jenniferarnesen Jen Jones Arnesen
1 parent 7fa89ad commit 972f438
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/updateCmakeVersion.yml
Original file line number Diff line number Diff line change
@@ -16,13 +16,14 @@ jobs:
uses: actions/checkout@v4
with:
path: master
ref: ${{ github.base_ref }}

- name: Check out current
uses: actions/checkout@v4
with:
path: branch

- name: Compare Version
- name: CMake Version Has Updated
run: |
masterVersion=$(grep -oP 'project\(\s*[\w-]+\s+VERSION\s+\K[0-9]+\.[0-9]+\.[0-9]+' master/CMakeLists.txt)
branchVersion=$(grep -oP 'project\(\s*[\w-]+\s+VERSION\s+\K[0-9]+\.[0-9]+\.[0-9]+' branch/CMakeLists.txt)

0 comments on commit 972f438

Please sign in to comment.