Skip to content

Commit 3acb5e0

Browse files
publish go release directly on cloudstack/terraform-provider-cloudstack
Signed-off-by: Rohit Yadav <[email protected]>
1 parent 09a1e25 commit 3acb5e0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.goreleaser.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ checksum:
5555
signs:
5656
- artifacts: checksum
5757
args: ["--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"]
58-
#release:
59-
# If you want to manually examine the release before its live, uncomment this line:
60-
# draft: true
58+
release:
59+
disable: false
60+
github:
61+
owner: cloudstack
62+
name: terraform-provider-cloudstack
6163
changelog:
6264
skip: true

0 commit comments

Comments
 (0)