diff --git a/.github/workflows/build-desktop.yml b/.github/workflows/build-desktop.yml index f3e8aef5..f816c99a 100644 --- a/.github/workflows/build-desktop.yml +++ b/.github/workflows/build-desktop.yml @@ -97,6 +97,6 @@ jobs: releaseName: "App v__VERSION__" releaseBody: "See the assets to download this version and install." releaseDraft: true - prerelease: false + prerelease: true args: ${{ matrix.settings.args }} projectPath: "./apps/agent" diff --git a/apps/agent/src-tauri/tauri.conf.json b/apps/agent/src-tauri/tauri.conf.json index 528c1bb5..8db98298 100644 --- a/apps/agent/src-tauri/tauri.conf.json +++ b/apps/agent/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Tipis", - "version": "0.1.0" + "version": "0.1.2" }, "$schema": "../node_modules/@tauri-apps/cli/schema.json", "build": { diff --git a/apps/agent/src/page/WorkSpace/TipiDetail/components/Schedule/utils.ts b/apps/agent/src/page/WorkSpace/TipiDetail/components/Schedule/utils.ts index c54e5037..f904e1d3 100644 --- a/apps/agent/src/page/WorkSpace/TipiDetail/components/Schedule/utils.ts +++ b/apps/agent/src/page/WorkSpace/TipiDetail/components/Schedule/utils.ts @@ -58,7 +58,7 @@ export const getOptionDetail = ( (item) => item.value === options.month, )?.label - detail = `${time}, ${monthOfYear ? `${onStr} ${dayOfMonth} ${monthOfYear}, ` : ""}${i18n.t("flow.editor.trigger.schedule.every_mont")}` + detail = `${time}, ${monthOfYear ? `${onStr} ${dayOfMonth} ${monthOfYear}, ` : ""}${i18n.t("flow.editor.trigger.schedule.every_year")}` break } }