Skip to content

Commit 3c09c98

Browse files
fix(release): include plugin tarball in checksums.txt
GoReleaser only checksums built archives by default, not extra_files. The plugin tarball was missing from checksums.txt causing install.sh to fail with "Checksum entry not found" on fresh installs. Adding extra_files to the checksum section fixes this. [skip release]
1 parent ab9cf0f commit 3c09c98

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ archives:
8787

8888
checksum:
8989
name_template: checksums.txt
90+
extra_files:
91+
- glob: _plugin_dist/workit-plugin_*.tar.gz
9092

9193
release:
9294
extra_files:

0 commit comments

Comments
 (0)