Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Singh <pranavsingh02@hotmail.com>
  • Loading branch information
theBeginner86 committed Dec 15, 2024
1 parent 28a6a79 commit fe1365f
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 fe1365f

Please sign in to comment.