Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilak Kumar G committed Jun 3, 2024
1 parent e41f0f8 commit 04af89d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ release:
brews:
- repository:
name: tap
owner: logfire-sh
owner: logfire-ai
description: 'Logfire command line interface'
homepage: 'https://github.com/logfire-sh/cli'
url_template: 'https://github.com/logfire-sh/cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}'
homepage: 'https://github.com/logfire-ai/cli'
url_template: 'https://github.com/logfire-ai/cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}'
download_strategy: CurlDownloadStrategy
folder: Formula
license: 'Apache 2.0'
Expand Down Expand Up @@ -112,7 +112,7 @@ nfpms:

scoops:
- name: logfire
url_template: 'https://github.com/logfire-sh/cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}'
url_template: 'https://github.com/logfire-ai/cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}'
commit_author:
name: logfire
email: [email protected]
Expand All @@ -128,5 +128,5 @@ scoops:
name: cli
branch: main
git:
url: '[email protected]:logfire-sh/cli.git'
private_key: '{{ .Env.PRIVATE_KEY_PATH }}'
url: '[email protected]:logfire-ai/cli.git'
private_key: '{{ .Env.PRIVATE_KEY_PATH }}'

0 comments on commit 04af89d

Please sign in to comment.