mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
more fix
This commit is contained in:
parent
fd192b65bf
commit
5770789ddb
12
.github/workflows/version.yaml
vendored
12
.github/workflows/version.yaml
vendored
@ -16,9 +16,9 @@ jobs:
|
|||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
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##*/}
|
Loading…
Reference in New Issue
Block a user