Skip to content

Commit

Permalink
fix: release env var
Browse files Browse the repository at this point in the history
  • Loading branch information
biasedbit committed Dec 22, 2024
1 parent 4be18a8 commit fa05935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
version: latest
args: release --clean
env:
GORELEASER_GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ brews:
repository:
owner: umwelt-studio
name: homebrew-tap
token: "{{ .Env.GORELEASER_GITHUB_TOKEN }}"
token: "{{ .Env.GITHUB_TOKEN }}"
homepage: "https://github.com/umwelt-studio/sandworm"
description: "Project file concatenator for Claude AI"
license: "MIT"
Expand Down

0 comments on commit fa05935

Please sign in to comment.