We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2f7e2 commit 48ffd63Copy full SHA for 48ffd63
2 files changed
.github/workflows/release.yaml
@@ -8,7 +8,7 @@ on:
8
tags:
9
- 'v*'
10
permissions:
11
- contents: write
+ contents: read
12
13
jobs:
14
release:
@@ -17,6 +17,7 @@ jobs:
17
18
contents: write
19
id-token: write
20
+ attestations: write
21
22
steps:
23
- name: Setup bnd
.goreleaser.yaml
@@ -37,7 +37,7 @@ builds:
37
- -trimpath
38
39
archives:
40
- - format: binary
+ - formats: binary
41
name_template: snappy-{{ .Os }}-{{ .Arch }}
42
allow_different_binary_count: true
43
0 commit comments