Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #112 from go-generalize/tsuzu/fix-goreleaser
Browse files Browse the repository at this point in the history
Fix .goreleaser.yml
  • Loading branch information
54m committed Nov 22, 2021
2 parents 0e4b9ef + 3aa8d69 commit a9443d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
with:
version: latest
args: release --rm-dist
workdir: .
workdir: cmd/firestore-repo
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yml → cmd/firestore-repo/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before:
- go mod tidy

builds:
- main: cmd/firestore-repo
- main: .
binary: firestore-repo
ldflags:
- -s -w
Expand Down

0 comments on commit a9443d4

Please sign in to comment.