ci: add workflow for vericrypt publishing

This commit is contained in:
Abdullah Atta
2023-07-31 11:37:16 +05:00
committed by Abdullah Atta
parent 2b1812b5de
commit 022dd78eda
3 changed files with 34 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ const IS_CI = process.env.CI;
const scopes = {
mobile: "apps/mobile",
web: "apps/web",
vericrypt: "apps/vericrypt",
desktop: "apps/desktop",
core: "packages/core",
editor: "packages/editor"