diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 02b89af2a..22e99b35f 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -86,7 +86,7 @@ jobs: id: SHORT_BRANCH_NAME with: pattern: '(^@\w+\/\w+@v?)?(?\d+.\d+.\d+)-?.*' - string: ${{ BRANCH_NAME }} + string: ${{ env.BRANCH_NAME }} replace-with: '$' - name: Move docs to correct directory