File tree Expand file tree Collapse file tree 10 files changed +40
-20
lines changed Expand file tree Collapse file tree 10 files changed +40
-20
lines changed Original file line number Diff line number Diff line change 53
53
fetch-depth : 1
54
54
fetch-tags : false
55
55
56
- - name : Fetch tags
57
- run : git fetch --tags
56
+ - name : Get all tags for correct version determination
57
+ working-directory : ${{ github.workspace }}
58
+ run : |
59
+ git fetch --all --tags -f --depth 1
58
60
59
61
- name : Initial Setup
60
62
uses : ./.github/actions/common
Original file line number Diff line number Diff line change 53
53
fetch-depth : 1
54
54
fetch-tags : false
55
55
56
- - name : Fetch tags
57
- run : git fetch --tags
56
+ - name : Get all tags for correct version determination
57
+ working-directory : ${{ github.workspace }}
58
+ run : |
59
+ git fetch --all --tags -f --depth 1
58
60
59
61
- name : Initial Setup
60
62
uses : ./.github/actions/common
Original file line number Diff line number Diff line change 52
52
fetch-depth : 1
53
53
fetch-tags : false
54
54
55
- - name : Fetch tags
56
- run : git fetch --tags
55
+ - name : Get all tags for correct version determination
56
+ working-directory : ${{ github.workspace }}
57
+ run : |
58
+ git fetch --all --tags -f --depth 1
57
59
58
60
- name : Initial Setup
59
61
uses : ./.github/actions/common
Original file line number Diff line number Diff line change 53
53
fetch-depth : 1
54
54
fetch-tags : false
55
55
56
- - name : Fetch tags
57
- run : git fetch --tags
56
+ - name : Get all tags for correct version determination
57
+ working-directory : ${{ github.workspace }}
58
+ run : |
59
+ git fetch --all --tags -f --depth 1
58
60
59
61
- name : Initial Setup
60
62
uses : ./.github/actions/common
Original file line number Diff line number Diff line change 46
46
fetch-depth : 1
47
47
fetch-tags : false
48
48
49
- - name : Fetch tags
50
- run : git fetch --tags
49
+ - name : Get all tags for correct version determination
50
+ working-directory : ${{ github.workspace }}
51
+ run : |
52
+ git fetch --all --tags -f --depth 1
51
53
52
54
- name : Initial Setup
53
55
uses : ./.github/actions/common
Original file line number Diff line number Diff line change 38
38
fetch-depth : 1
39
39
fetch-tags : false
40
40
41
- - name : Fetch tags
42
- run : git fetch --tags
41
+ - name : Get all tags for correct version determination
42
+ working-directory : ${{ github.workspace }}
43
+ run : |
44
+ git fetch --all --tags -f --depth 1
43
45
44
46
- run : chmod a+x ./deploy/docker/run-docker-ubuntu.sh
45
47
Original file line number Diff line number Diff line change 32
32
fetch-depth : 1
33
33
fetch-tags : false
34
34
35
- - name : Fetch tags
36
- run : git fetch --tags
35
+ - name : Get all tags for correct version determination
36
+ working-directory : ${{ github.workspace }}
37
+ run : |
38
+ git fetch --all --tags -f --depth 1
37
39
38
40
- name : Initial Setup
39
41
uses : ./.github/actions/common
Original file line number Diff line number Diff line change 49
49
fetch-depth : 1
50
50
fetch-tags : false
51
51
52
- - name : Fetch tags
53
- run : git fetch --tags
52
+ - name : Get all tags for correct version determination
53
+ working-directory : ${{ github.workspace }}
54
+ run : |
55
+ git fetch --all --tags -f --depth 1
54
56
55
57
- name : Initial Setup
56
58
uses : ./.github/actions/common
Original file line number Diff line number Diff line change 46
46
fetch-depth : 1
47
47
fetch-tags : false
48
48
49
- - name : Fetch tags
50
- run : git fetch --tags
49
+ - name : Get all tags for correct version determination
50
+ working-directory : ${{ github.workspace }}
51
+ run : |
52
+ git fetch --all --tags -f --depth 1
51
53
52
54
- name : Initial Setup
53
55
uses : ./.github/actions/common
Original file line number Diff line number Diff line change 48
48
fetch-depth : 1
49
49
fetch-tags : false
50
50
51
- - name : Fetch tags
52
- run : git fetch --tags
51
+ - name : Get all tags for correct version determination
52
+ working-directory : ${{ github.workspace }}
53
+ run : |
54
+ git fetch --all --tags -f --depth 1
53
55
54
56
- name : Initial Setup
55
57
uses : ./.github/actions/common
You can’t perform that action at this time.
0 commit comments