File tree Expand file tree Collapse file tree
exasol/toolbox/templates/github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66jobs :
77
8- check-tag-version-job :
9- name : Check Tag Version
8+ check-release-tag :
9+ name : Check Release Tag
1010 runs-on : " ubuntu-24.04"
1111 permissions :
1212 contents : read
1313 steps :
14- - name : SCM Checkout
14+ - name : Check out Repository
15+ id : check-out-repository
1516 uses : actions/checkout@v6
1617
17- - name : Setup Python & Poetry Environment
18- uses : ./.github/actions/python-environment
18+ - name : Set up Python & Poetry Environment
19+ id : set-up-python-and-poetry-environment
20+ uses : exasol/python-toolbox/.github/actions/python-environment@v5
1921 with :
2022 python-version : " 3.10"
2123 poetry-version : " 2.3.0"
2224
23- - name : Check Tag Version
25+ - name : Check Release Tag
2426 # make sure the pushed/created tag matched the project version
2527 run : " [[ `poetry version --short` == ${{ github.ref_name }} ]]"
Original file line number Diff line number Diff line change 55
66jobs :
77
8- check-tag-version-job :
9- name : Check Tag Version
8+ check-release-tag :
9+ name : Check Release Tag
1010 runs-on : " (( os_version ))"
1111 permissions :
1212 contents : read
1313 steps :
14- - name : SCM Checkout
14+ - name : Check out Repository
15+ id : check-out-repository
1516 uses : actions/checkout@v6
1617
17- - name : Setup Python & Poetry Environment
18+ - name : Set up Python & Poetry Environment
19+ id : set-up-python-and-poetry-environment
1820 uses : exasol/python-toolbox/.github/actions/python-environment@v5
1921 with :
2022 python-version : " (( minimum_python_version ))"
2123 poetry-version : " (( dependency_manager_version ))"
2224
23- - name : Check Tag Version
25+ - name : Check Release Tag
2426 # make sure the pushed/created tag matched the project version
2527 run : " [[ `poetry version --short` == ${{ github.ref_name }} ]]"
You can’t perform that action at this time.
0 commit comments