From 6baaf98d7e83322c260ea8373a20f64dbf606c3c Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 12 Sep 2021 21:49:13 +1000 Subject: [PATCH] fix environment variable --- .github/workflows/version.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index 43dca6f8ef..c37b26d059 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -21,4 +21,4 @@ jobs: uses: actions/checkout@v2 - name: Check version number run: | - python3 ci/check_version_number.py --branch ${GITHUB_REF##*/} \ No newline at end of file + python3 ci/check_version_number.py --branch ${{ GITHUB_REF }} \ No newline at end of file