mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
fix environment variable
This commit is contained in:
parent
5770789ddb
commit
6baaf98d7e
2
.github/workflows/version.yaml
vendored
2
.github/workflows/version.yaml
vendored
@ -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 }}
|
Loading…
x
Reference in New Issue
Block a user