File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 90
90
steps :
91
91
- name : Check out code
92
92
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
93
+ fetch-tags : true
93
94
94
95
- name : Build Linux and Windows
95
96
run : make ci-go-ci-build-linux ci-go-ci-build-linux-static ci-go-ci-build-windows
@@ -118,6 +119,7 @@ jobs:
118
119
steps :
119
120
- name : Check out code
120
121
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
122
+ fetch-tags : true
121
123
122
124
- id : go_version
123
125
name : Read go version
@@ -150,6 +152,7 @@ jobs:
150
152
steps :
151
153
- name : Check out code
152
154
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
155
+ fetch-tags : true
153
156
154
157
- name : Test
155
158
run : make ci-release-test
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- name : Check out code
14
14
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
+ fetch-tags : true
15
16
with :
16
17
token : ${{ secrets.GH_PUSH_TOKEN }}
17
18
25
26
steps :
26
27
- name : Check out code
27
28
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
+ fetch-tags : true
28
30
29
31
- name : Build Linux and Windows
30
32
run : make ci-go-ci-build-linux ci-go-ci-build-linux-static ci-go-ci-build-windows
53
55
steps :
54
56
- name : Check out code
55
57
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
58
+ fetch-tags : true
56
59
57
60
- id : go_version
58
61
name : Read go version
You can’t perform that action at this time.
0 commit comments