Skip to content

Commit

Permalink
chore: Fix template expansion in goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Oct 31, 2022
1 parent e6b0a68 commit 2b6393e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ scoop:
bucket:
owner: twpayne
name: scoop-bucket
token: ${{ .Env.SCOOP_GITHUB_TOKEN }}
token: '{{ .Env.SCOOP_GITHUB_TOKEN }}'
commit_author:
name: Tom Payne
email: twpayne@gmail.com
Expand Down

0 comments on commit 2b6393e

Please sign in to comment.