File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
permissions :
9
9
contents : write
10
+ id-token : write
11
+ attestations : write
10
12
11
13
jobs :
12
14
release :
13
15
runs-on : ubuntu-latest
14
16
15
17
steps :
16
18
- name : checkout
17
- uses : actions/checkout@v4
19
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@ v4
18
20
with :
19
21
fetch-depth : 0
20
22
persist-credentials : false
21
23
22
24
- name : setup go
23
- uses : actions/setup-go@v5
25
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # pin@ v5
24
26
with :
25
27
go-version-file : " go.mod"
26
28
cache : false
31
33
args : release --clean
32
34
env :
33
35
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36
+
37
+ - uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # pin@v2
38
+ with :
39
+ subject-path : " dist/"
Original file line number Diff line number Diff line change @@ -29,3 +29,5 @@ changelog:
29
29
30
30
release :
31
31
draft : false
32
+
33
+ dist : " ./dist"
You can’t perform that action at this time.
0 commit comments