mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
workflow fix
This commit is contained in:
parent
5ee004eabd
commit
fd192b65bf
10
.github/workflows/version.yaml
vendored
10
.github/workflows/version.yaml
vendored
@ -17,8 +17,8 @@ jobs:
|
||||
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##*/}
|
||||
- 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