Skip to content

Commit

Permalink
Merge pull request #131 from digitalocean/asb/release-fix
Browse files Browse the repository at this point in the history
Remove ci-release-docs step in goreleaser.yml
  • Loading branch information
andrewsomething committed Feb 13, 2024
2 parents 22b4a51 + 40522be commit 109b401
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ before:
hooks:
# We strongly recommend running tests to catch any regression before release.
# Even though, this an optional step.
- go test ./... # As part of the release doc files are included as a separate deliverable for
# consumption by Packer.io. To include a separate docs.zip uncomment the following command.
- make ci-release-docs
- go test ./...
# Check plugin compatibility with required version of the Packer SDK
- make plugin-check
builds:
Expand Down Expand Up @@ -72,13 +70,6 @@ signs:
- "${signature}"
- "--detach-sign"
- "${artifact}"
release:
# If you want to manually examine the release before its live, uncomment this line:
# draft: true
# As part of the release doc files are included as a separate deliverable for consumption by Packer.io.
# To include a separate docs.zip uncomment the extra_files config and the docs.zip command hook above.
extra_files:
- glob: ./docs.zip

changelog:
use: github-native

0 comments on commit 109b401

Please sign in to comment.