File tree 1 file changed +5
-8
lines changed
1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
- # Visit https://goreleaser.com for documentation on how to customize this
2
- # behavior.
1
+ version : 2
2
+
3
3
before :
4
4
hooks :
5
5
# this is just an example and not a requirement for provider building/publishing
@@ -38,17 +38,14 @@ checksum:
38
38
signs :
39
39
- artifacts : checksum
40
40
args :
41
- # if you are using this in a GitHub action or some other automated pipeline, you
42
- # need to pass the batch flag to indicate its not interactive.
43
41
- " --batch"
44
42
- " --local-user"
45
- - " {{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
43
+ - " {{ .Env.GPG_FINGERPRINT }}"
46
44
- " --output"
47
45
- " ${signature}"
48
46
- " --detach-sign"
49
47
- " ${artifact}"
50
48
release :
51
- # If you want to manually examine the release before its live, uncomment this line:
52
- # draft: true
49
+ draft : true
53
50
changelog :
54
- skip : true
51
+ disable : true
You can’t perform that action at this time.
0 commit comments