Skip to content

Commit

Permalink
Add single quotes to gorelease incantations for correctness
Browse files Browse the repository at this point in the history
  • Loading branch information
cyx committed Mar 29, 2021
1 parent c0db508 commit ec2d3e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ builds:
- windows
binary: auth0
ldflags:
- -X github.com/auth0/auth0-cli/internal/buildinfo.Version={{.Version}}
- -X github.com/auth0/auth0-cli/internal/buildinfo.Revision={{.Commit}}
- -X github.com/auth0/auth0-cli/internal/buildinfo.BuildUser=goreleaser'
- -X github.com/auth0/auth0-cli/internal/buildinfo.BuildDate={{.Date}}'
- -X github.com/auth0/auth0-cli/internal/instrumentation.SentryDSN={{.Env.SENTRY_DSN}}
- -X 'github.com/auth0/auth0-cli/internal/buildinfo.Version={{.Version}}'
- -X 'github.com/auth0/auth0-cli/internal/buildinfo.Revision={{.Commit}}'
- -X 'github.com/auth0/auth0-cli/internal/buildinfo.BuildUser=goreleaser'
- -X 'github.com/auth0/auth0-cli/internal/buildinfo.BuildDate={{.Date}}'
- -X 'github.com/auth0/auth0-cli/internal/instrumentation.SentryDSN={{.Env.SENTRY_DSN}}'
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit ec2d3e3

Please sign in to comment.