Skip to content

Commit

Permalink
Remove newline in nexus version ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Jan 22, 2024
1 parent 49e392c commit 45a390a
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 @@ -21,7 +21,7 @@ jobs:
git submodule update --init --recursive --jobs=4
git submodule foreach --recursive 'git fetch --tags'
cd pynxtools/definitions
git describe --dirty --tags --long --match "*[0-9]*" > ../nexus-ref.txt
git describe --dirty --tags --long --match "*[0-9]*" | tr -d '\n' > ../nexus-ref.txt
cd ../
- uses: GuillaumeFalourd/diff-action@v1
with:
Expand Down

0 comments on commit 45a390a

Please sign in to comment.