Skip to content

Commit

Permalink
Merge branch 'main' into feature_DetId
Browse files Browse the repository at this point in the history
  • Loading branch information
KSkwarczynski authored Jan 21, 2025
2 parents 67265cb + bf53bf0 commit 22538df
Show file tree
Hide file tree
Showing 5 changed files with 58,121 additions and 58,126 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BumpVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# Extract the MaCh3Tutorial version from CMakeLists.txt
- name: Get MaCh3Tutorial version
run: |
MaCh3Tutorial_version=$(grep -Po '(?<=set\(MaCh3Tutorial_VERSION )\d+\.\d+\.\d+' MaCh3Tutorial/CMakeLists.txt -i)
MaCh3Tutorial_version=$(grep -Po '(?<=project\(MaCh3Tutorial VERSION )\d+\.\d+\.\d+' MaCh3Tutorial/CMakeLists.txt -i)
echo "Extracted MaCh3Tutorial version: ${MaCh3Tutorial_version}"
echo "MaCh3Tutorial_VERSION=${MaCh3Tutorial_version}" >> $GITHUB_ENV
Expand Down
Loading

0 comments on commit 22538df

Please sign in to comment.