mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix environment variable
This commit is contained in:
2
.github/workflows/version.yaml
vendored
2
.github/workflows/version.yaml
vendored
@ -21,4 +21,4 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Check version number
|
- name: Check version number
|
||||||
run: |
|
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