diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index 90dba271e7..82ccb05077 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -17,4 +17,4 @@ jobs: uses: actions/checkout@v2 - name: Check version number run: | - python3 ci/check_version_number.py --branch ${{ GITHUB_BASE_REF }} \ No newline at end of file + python3 ci/check_version_number.py --branch ${{ env.GITHUB_BASE_REF }}