diff --git a/.github/workflows/sq.yml b/.github/workflows/sq.yml index 71237bcc..9d154594 100644 --- a/.github/workflows/sq.yml +++ b/.github/workflows/sq.yml @@ -28,7 +28,7 @@ jobs: - name: Extract version shell: bash - run: echo "##[set-output name=version;]` cat ./yaxunit/exts/yaxunit/src/Configuration/Configuration.mdo | grep -oP '(.*)<\/version>'`" + run: echo "##[set-output name=version;]` cat ./exts/yaxunit/src/Configuration/Configuration.mdo | grep -oP '(.*)<\/version>'`" id: extract_version - name: SonarCloud Scan on push