1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-04-17 12:06:22 +02:00

Don't include checksums

This commit is contained in:
Ralph Slooten 2022-07-30 00:01:17 +12:00
parent d4f17fb8ad
commit b7dbda0db6

View File

@ -40,4 +40,5 @@ jobs:
binary_name: "mailpit"
asset_name: mailpit-${{ matrix.goos }}-${{ matrix.goarch }}
extra_files: LICENSE README.md
md5sum: false
ldflags: -w -X "github.com/axllent/mailpit/cmd.Version=${{ steps.tag.outputs.tag }}"