Skip to content

Commit 39add65

Browse files
authored
fix pipeline (#56)
1 parent 447e8e2 commit 39add65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/pipelines/release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ export --path ${workDirs.app.public.path} \
1818
await $`dagger call \
1919
--dir . \
2020
--mode ${$.env.MODE ?? "dev"} \
21-
--token env:GH_TOKEN \
21+
--gh-token env:GH_TOKEN \
2222
publish \
2323
`;

0 commit comments

Comments
 (0)