diff --git a/.github/workflows/check_nexus_version.yml b/.github/workflows/check_nexus_version.yml index 52781674b..5e97ef25c 100644 --- a/.github/workflows/check_nexus_version.yml +++ b/.github/workflows/check_nexus_version.yml @@ -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: