mirror of
https://github.com/inventree/InvenTree.git
synced 2026-05-06 14:59:57 -05:00
fix environment variable
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user