We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 447e8e2 commit 39add65Copy full SHA for 39add65
1 file changed
scripts/pipelines/release.ts
@@ -18,6 +18,6 @@ export --path ${workDirs.app.public.path} \
18
await $`dagger call \
19
--dir . \
20
--mode ${$.env.MODE ?? "dev"} \
21
---token env:GH_TOKEN \
+--gh-token env:GH_TOKEN \
22
publish \
23
`;
0 commit comments