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:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
- name: Check version number
|
||||
run: |
|
||||
python3 ci/check_version_number.py --branch ${GITHUB_REF##*/}
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
- name: Check version number
|
||||
run: |
|
||||
python3 ci/check_version_number.py --branch ${GITHUB_REF##*/}
|
Loading…
Reference in New Issue
Block a user