mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 05:26:45 +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
|
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…
x
Reference in New Issue
Block a user