Skip to content

Commit 8152ea1

Browse files
authored
Fix goreleaser error (#73)
Previously CI errored on releases because of files already existing: https://github.com/flashbots/mempool-dumpster/actions/runs/16019675851/job/45193399640 Works now.
1 parent 87fe48d commit 8152ea1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.goreleaser.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ builds:
2929
# https://goreleaser.com/customization/release/
3030
release:
3131
draft: true
32-
extra_files:
33-
- glob: ./dist/mempool-dumpster*.tar.gz
34-
- glob: ./dist/mempool-dumpster*.txt
3532
header: |
3633
# 🚀 Features
3734
# 🎄 Enhancements

0 commit comments

Comments
 (0)