Skip to content

Commit

Permalink
ci: rename goreleaser project
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-psi committed May 19, 2022
1 parent c898d4c commit ec66621
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
@@ -1,6 +1,6 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
project_name: aidoku
project_name: aidoku-cli

release:
prerelease: auto
Expand Down Expand Up @@ -52,7 +52,7 @@ brews:
install: |
bin.install "aidoku"
test: |
system "#{bin}/aidoku version"
system "#{bin}/aidoku version"
changelog:
sort: asc
Expand Down

0 comments on commit ec66621

Please sign in to comment.