Skip to content

Commit

Permalink
Fix for elastic plugin (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
traut authored Mar 21, 2024
1 parent c5472c9 commit f23ef0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ builds:

- id: plugin_elastic
main: ./internal/elastic/cmd
binary: "plugins/blackstork/elastic@{{ .Version }}"
binary: "elastic@{{ .Version }}"
flags: "-trimpath"
hooks:
post:
Expand Down Expand Up @@ -345,4 +345,4 @@ changelog:
release:
extra_files:
- glob: ./.tmp/plugins.json
prerelease: auto
prerelease: auto

0 comments on commit f23ef0c

Please sign in to comment.