Skip to content

Commit

Permalink
fix: fix project name
Browse files Browse the repository at this point in the history
  • Loading branch information
ywatase committed May 19, 2020
1 parent a8e88fe commit bf40dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
project_name: git-bump
project_name: lumix-webcam
env:
- GO111MODULE=on
before:
hooks:
- go mod tidy
builds:
- main: .
binary: git-bump
binary: lumix-webcam
ldflags:
- -s -w
- -X main.Version={{.Version}}
Expand Down

0 comments on commit bf40dea

Please sign in to comment.