diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index bbe02369f..be2d056c1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,7 +17,7 @@ jobs: id: get-version run: | URL="https://packages.jetbrains.team/maven/p/intellij-plugin-verifier/intellij-plugin-verifier/org/jetbrains/intellij/plugins/verifier-cli/maven-metadata.xml" - echo "::set-output name=version::$(curl -Ss $URL -L | xpath -q -e "metadata/versioning/latest/text()") + echo "::set-output name=version::$(curl -Ss $URL -L | xpath -q -e 'metadata/versioning/latest/text()')" shell: bash - name: Setup Cache id: cache