Skip to content

Commit 4753506

Browse files
committed
Fix release pipeline issues
1 parent 4a9489c commit 4753506

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.goreleaser.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ before:
1010
# We strongly recommend running tests to catch any regression before release.
1111
# Even though, this an optional step.
1212
- go test ./...
13-
# As part of the release doc files are included as a separate deliverable for
14-
# consumption by Packer.io. To include a separate docs.zip uncomment the following command.
15-
- make ci-release-docs
1613
# Check plugin compatibility with required version of the Packer SDK
1714
- make plugin-check
1815
builds:
@@ -105,13 +102,6 @@ signs:
105102
- "${signature}"
106103
- "--detach-sign"
107104
- "${artifact}"
108-
release:
109-
# If you want to manually examine the release before its live, uncomment this line:
110-
# draft: true
111-
# As part of the release doc files are included as a separate deliverable for consumption by Packer.io.
112-
# To include a separate docs.zip uncomment the extra_files config and the docs.zip command hook above.
113-
extra_files:
114-
- glob: ./docs.zip
115105

116106
changelog:
117107
use: github-native

0 commit comments

Comments
 (0)