Skip to content

Commit

Permalink
go releaser address changed
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodProgrammer committed Jun 4, 2023
1 parent d259dea commit 8546455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: goreleaser/goreleaser-action@master
with:
version: latest
args: release --rm-dist --config=../.goreleaser.yml
args: release --rm-dist --config=.goreleaser.yml
workdir: src
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}
Expand Down
3 changes: 1 addition & 2 deletions .goreleaser.yml → src/.goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
builds:
- main: ./src/
binary: ./bin/helm-migrate
- binary: ./bin/helm-migrate
flags:
- -trimpath

Expand Down

0 comments on commit 8546455

Please sign in to comment.