File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : release
2
2
on :
3
+ workflow_dispatch :
3
4
push :
4
5
tags :
5
6
- ' v*'
33
34
uses : goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
34
35
with :
35
36
version : latest
36
- args : release --rm-dist --release-header .goreleaser.tmpl
37
+ args : release --clean --release-header .goreleaser.tmpl
37
38
env :
38
39
GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
39
40
# GitHub sets this automatically
40
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
41
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change
1
+ version : 2
2
+
1
3
before :
2
4
hooks :
3
5
# this is just an example and not a requirement for provider building/publishing
@@ -55,4 +57,4 @@ release:
55
57
# If you want to manually examine the release before its live, uncomment this line:
56
58
# draft: true
57
59
changelog :
58
- skip : true
60
+ disable : true
Original file line number Diff line number Diff line change @@ -222,8 +222,6 @@ github.com/vmihailenco/msgpack/v5 v5.4.1 h1:cQriyiUvjTwOHg8QZaPihLWeRAAVoCpE00IU
222
222
github.com/vmihailenco/msgpack/v5 v5.4.1 /go.mod h1:GaZTsDaehaPpQVyxrf5mtQlH+pc21PIudVV/E3rRQok =
223
223
github.com/vmihailenco/tagparser/v2 v2.0.0 h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g =
224
224
github.com/vmihailenco/tagparser/v2 v2.0.0 /go.mod h1:Wri+At7QHww0WTrCBeu4J6bNtoV6mEfg5OIWRZA9qds =
225
- github.com/vmware/vcf-sdk-go v0.3.1 h1:pPsO/ILzQFCWiAf47Mx7q+GBtDgwm7hn4CtXoS3J4w0 =
226
- github.com/vmware/vcf-sdk-go v0.3.1 /go.mod h1:EXM19ZwD2qmvMVSvgUzcnT7dSTCq3lzv84ErrFPZm1Q =
227
225
github.com/vmware/vcf-sdk-go v0.3.2 h1:WhmIs7Xx4NePg2/VgaFBBfjZ7NG0W9W8+JmvWey59HU =
228
226
github.com/vmware/vcf-sdk-go v0.3.2 /go.mod h1:EXM19ZwD2qmvMVSvgUzcnT7dSTCq3lzv84ErrFPZm1Q =
229
227
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM =
You can’t perform that action at this time.
0 commit comments