Skip to content

Commit

Permalink
Merge pull request #73 from meshery/theBeginner86-patch-2
Browse files Browse the repository at this point in the history
Update .goreleaser.yml
  • Loading branch information
theBeginner86 authored Dec 23, 2024
2 parents ab09e14 + 5d98cf5 commit c9d49cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ builds:
- -X main.providerToken={{.Env.PROVIDER_TOKEN}}
- -X main.mesheryCloudAPIBaseURL=https://cloud.layer5.io
- -X main.mesheryAPIBaseURL=https://playground.meshery.io
- -X main.workflowAccessToken=${{ .Env.GH_ACCESS_TOKEN }}
- -X main.workflowAccessToken=${{.Env.GH_ACCESS_TOKEN}}
goos:
- linux
- darwin
Expand Down

0 comments on commit c9d49cb

Please sign in to comment.