File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 30
30
31
31
- name : Check out code into the Go module directory
32
32
uses : actions/checkout@v2
33
+ with :
34
+ fetch-depth : 0
33
35
34
36
- name : Get dependencies
35
37
run : go mod download
Original file line number Diff line number Diff line change @@ -16,15 +16,18 @@ jobs:
16
16
uses : actions/checkout@v2
17
17
with :
18
18
fetch-depth : 0
19
+ run : |
20
+ git config user.name "$(git log -1 --format=format:%aN)"
21
+ git config user.email "$(git log -1 --format=format:%aE)"
22
+
19
23
- name : Set up Go
20
24
uses : actions/setup-go@v2
21
25
with :
22
26
go-version : 1.15
27
+
23
28
- name : tag and release
24
29
env :
25
30
RELEASE_DRY_RUN : " false"
26
31
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
27
32
run : |
28
- git config user.name "$(git log -1 --format=format:%aN)"
29
- git config user.email "$(git log -1 --format=format:%aE)"
30
33
make release
Original file line number Diff line number Diff line change 3
3
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
4
4
5
5
- [ Changelog] ( #changelog )
6
- <<<<<<< HEAD
7
- - [[ v0.6.1] - 2021-02-04] ( #v061---2021-02-04 )
8
- =======
9
6
- [[ v0.6.1] - 2021-02-05] ( #v061---2021-02-05 )
10
- >>>>>>> a3b082e (release: cut the v0.6.1 release)
11
7
- [ Fixed] ( #fixed )
12
8
- [[ v0.6.0] - 2020/10/12] ( #v060---20201012 )
13
9
- [ Feature] ( #feature )
You can’t perform that action at this time.
0 commit comments