Skip to content

Commit

Permalink
fix goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuuram committed Dec 1, 2023
1 parent c5981b7 commit 74b2f38
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com

# The lines below are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/need to use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj

version: 1

project_name: mpeg-ts-analyzer

before:
hooks:
# You may remove this if you don't use go modules.
Expand All @@ -26,7 +20,7 @@ builds:
- -trimpath
ldflags:
- -s -w
- -X main.version={{.Version}}
- -X github.com/small-teton/mpeg-ts-analyzer/cmd.version={{.Version}}

archives:
- format: tar.gz
Expand Down

0 comments on commit 74b2f38

Please sign in to comment.