Skip to content

Commit

Permalink
Forgot a )
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Jul 17, 2024
1 parent 19c06d7 commit 1056e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_nexus_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
git submodule update --init --recursive --jobs=4
git submodule foreach --recursive 'git fetch --tags'
cd src/pynxtools/definitions
printf "%s" "$(git describe --dirty --tags --long --abbrev=8 --match '*[0-9]*'" > ../nexus-ref.txt
printf "%s" "$(git describe --dirty --tags --long --abbrev=8 --match '*[0-9]*')" > ../nexus-ref.txt
cd ../
- name: Diff
run: |
Expand Down

0 comments on commit 1056e85

Please sign in to comment.