File tree 2 files changed +11
-7
lines changed
2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 5
5
tags :
6
6
- " v*.*.*"
7
7
8
- permissions :
9
- contents : write
10
8
11
9
jobs :
12
10
goreleaser :
13
11
runs-on : ubuntu-latest
12
+ permissions :
13
+ contents : write
14
14
steps :
15
- - name : Checkout
16
- uses : actions/checkout@v4
15
+ - uses : actions/checkout@v4
17
16
with :
17
+ persist-credentials : false
18
18
fetch-depth : 0
19
19
- name : Set up Go
20
20
uses : actions/setup-go@v5
33
33
runs-on : ubuntu-latest
34
34
steps :
35
35
- uses : actions/checkout@v4
36
+ with :
37
+ persist-credentials : false
38
+ fetch-depth : 0
36
39
- uses : actions/setup-python@v5
37
40
with :
38
41
python-version : " 3.12"
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
test :
11
11
runs-on : ubuntu-latest
12
-
13
12
steps :
14
- - name : Checkout code
15
- uses : actions/checkout@v4
13
+ - uses : actions/checkout@v4
14
+ with :
15
+ persist-credentials : false
16
+ fetch-depth : 0
16
17
- name : Set up Go
17
18
uses : actions/setup-go@v5
18
19
with :
You can’t perform that action at this time.
0 commit comments