Using deno builder custom flags ? #5763
-
|
I'm trying to use a Deno CLI with Goreleaser, but it seems like the flags are messed up. The build is working, but it looks like it's also adding the flag to the run command. When launching the newly created executable with this command:
The flag should only be set during the build and not when launching the CLI? Code to CLI: My goreleaser file |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
|
I have created a PR in our repo but it's not working as expected :( |
Beta Was this translation helpful? Give feedback.
-
|
maybe your CI is running an old version of deno? afaik |
Beta Was this translation helpful? Give feedback.
-
|
ah, its a bug indeed |
Beta Was this translation helpful? Give feedback.
see #5771