Skip to content

Commit

Permalink
fix(ci): build path
Browse files Browse the repository at this point in the history
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
  • Loading branch information
rjshrjndrn committed Mar 13, 2024
1 parent dda7fa1 commit 98b8691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
distribution: goreleaser
version: latest
args: release --clean
workdir: cmd/app/
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ release:
github:
owner: rjshrjndrn
name: templater
builds:
- main: ./cmd/app
brews:
- name: templater
tap:
Expand Down

0 comments on commit 98b8691

Please sign in to comment.