File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -46,16 +46,16 @@ jobs:
46
46
run : |
47
47
echo "VERSION=v$(python -m lidro._version)" >> $GITHUB_ENV
48
48
49
- - name : Check tag and version number consistency
50
- if : github.event_name == 'push' && contains(github.ref, 'refs/tags/')
51
- run : |
52
- if [[ ${{ github.ref_name }} == ${{ env.VERSION }} ]]
53
- then
54
- echo "OK: Tag name and _version.py (${{ env.VERSION }}) version number (${{ github.ref_name }}) match"
55
- else
56
- echo "NOK: Tag name and _version.py (${{ env.VERSION }}) version number (${{ github.ref_name }}) don't match"
57
- exit 1
58
- fi
49
+ # - name: Check tag and version number consistency
50
+ # if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
51
+ # run: |
52
+ # if [[ ${{ github.ref_name }} == ${{ env.VERSION }} ]]
53
+ # then
54
+ # echo "OK: Tag name and _version.py (${{ env.VERSION }}) version number (${{ github.ref_name }}) match"
55
+ # else
56
+ # echo "NOK: Tag name and _version.py (${{ env.VERSION }}) version number (${{ github.ref_name }}) don't match"
57
+ # exit 1
58
+ # fi
59
59
60
60
# Login against a Docker registry except on dev branch
61
61
# https://github.com/docker/login-action
You can’t perform that action at this time.
0 commit comments