fix environment variable

This commit is contained in:
Oliver Walters 2021-09-12 21:49:13 +10:00
parent 5770789ddb
commit 6baaf98d7e

View File

@ -21,4 +21,4 @@ jobs:
uses: actions/checkout@v2
- name: Check version number
run: |
python3 ci/check_version_number.py --branch ${GITHUB_REF##*/}
python3 ci/check_version_number.py --branch ${{ GITHUB_REF }}