Skip to content

Commit

Permalink
goreleaser: don't include docs.zip in release
Browse files Browse the repository at this point in the history
The docs.zip file should not be part of the release as it is no longer
generated nor required to build the docs for a plugin.

Keeping this in the releaser config caused the release to fail before
the artifacts were updated, leading to a corrupted release.
  • Loading branch information
lbajolet-hashicorp committed Sep 26, 2023
1 parent 558a6a8 commit 6163ddc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ signs:
args: ["sign", "--dearmor", "--file", "${artifact}", "--out", "${signature}"]
artifacts: checksum
signature: ${artifact}.sig
release:
# If you want to manually examine the release before its live, uncomment this line:
# draft: true
- glob: ./docs.zip

changelog:
use: github-native

0 comments on commit 6163ddc

Please sign in to comment.