File tree 2 files changed +16
-3
lines changed
2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 91
91
- name : Check out code
92
92
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
93
93
with :
94
+ fetch-depth : 0
94
95
fetch-tags : true
95
96
97
+ - name : Git Describe
98
+ run : git describe --tags
99
+
96
100
- name : Build Linux and Windows
97
101
run : make ci-go-ci-build-linux ci-go-ci-build-linux-static ci-go-ci-build-windows
98
102
timeout-minutes : 30
@@ -121,8 +125,12 @@ jobs:
121
125
- name : Check out code
122
126
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
123
127
with :
128
+ fetch-depth : 0
124
129
fetch-tags : true
125
130
131
+ - name : Git Describe
132
+ run : git describe --tags
133
+
126
134
- id : go_version
127
135
name : Read go version
128
136
run : echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT
@@ -154,8 +162,6 @@ jobs:
154
162
steps :
155
163
- name : Check out code
156
164
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
157
- with :
158
- fetch-tags : true
159
165
160
166
- name : Test
161
167
run : make ci-release-test
Original file line number Diff line number Diff line change 14
14
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
15
with :
16
16
token : ${{ secrets.GH_PUSH_TOKEN }}
17
- fetch-tags : true
18
17
19
18
- name : Generate
20
19
run : make clean generate
27
26
- name : Check out code
28
27
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
28
with :
29
+ fetch-depth : 0
30
30
fetch-tags : true
31
31
32
+ - name : Git Describe
33
+ run : git describe --tags
34
+
32
35
- name : Build Linux and Windows
33
36
run : make ci-go-ci-build-linux ci-go-ci-build-linux-static ci-go-ci-build-windows
34
37
timeout-minutes : 30
57
60
- name : Check out code
58
61
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
59
62
with :
63
+ fetch-depth : 0
60
64
fetch-tags : true
61
65
66
+ - name : Git Describe
67
+ run : git describe --tags
68
+
62
69
- id : go_version
63
70
name : Read go version
64
71
run : echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments