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 04af89d commit be30ae3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ release:
brews:
- repository:
name: tap
name: homebrew-tap
owner: logfire-ai
description: 'Logfire command line interface'
homepage: 'https://github.com/logfire-ai/cli'
Expand Down
4 changes: 2 additions & 2 deletions add_logfire_cli_yum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Define the repository details
REPO_NAME="logfire-cli"
REPO_URL="https://logfire-sh.github.io/cli/yum-repo/"
GPG_KEY_URL="https://logfire-sh.github.io/cli/KEY.gpg"
REPO_URL="https://logfire-ai.github.io/cli/yum-repo/"
GPG_KEY_URL="https://logfire-ai.github.io/cli/KEY.gpg"

# Create the .repo file
echo "Creating $REPO_NAME.repo in /etc/yum.repos.d/..."
Expand Down

0 comments on commit be30ae3

Please sign in to comment.