Skip to content

Commit

Permalink
Fix environment
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 committed Jan 30, 2023
1 parent 8472193 commit ea25245
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ jobs:
env:
# Custom secret here since we need to access to j178/homebrew-tap repo.
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
DISCORD_WEBHOOK_ID: ${{ secrets.DISCORD_WEBHOOK_ID }}
DISCORD_WEBHOOK_TOKEN: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ builds:

archives:
- format: tar.gz
rlcp: true
# this name template makes the OS and Arch compatible with the results of uname.
name_template: >-
{{ .ProjectName }}_
Expand Down

0 comments on commit ea25245

Please sign in to comment.