From 190d0a32fba330569ec03384a6381f1207f44d60 Mon Sep 17 00:00:00 2001
From: Sir-Thom
Date: Mon, 25 Dec 2023 13:33:03 -0500
Subject: [PATCH 1/6] new release action
---
.github/workflows/release.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index ad53f5ad..f3e76e20 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -43,7 +43,7 @@ jobs:
- name: Install frontend dependencies
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
- run: yarn install --frozen-lockfile
+ run: npm install corepack && corepack enable && yarn install --frozen-lockfile
- name: Build the app
uses: tauri-apps/tauri-action@v0
From cce733e2ff36f8464bfe99a14be6e85db14b4503 Mon Sep 17 00:00:00 2001
From: Sir-Thom
Date: Mon, 25 Dec 2023 13:36:34 -0500
Subject: [PATCH 2/6] new release action
---
.github/workflows/release.yaml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index f3e76e20..b4f2b7ac 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -42,8 +42,11 @@ jobs:
cache: 'yarn' # Set this to npm, yarn or pnpm.
- name: Install frontend dependencies
+ uses: borales/actions-yarn@v4
+ with:
+ cmd: install --frozen-lockfile
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
- run: npm install corepack && corepack enable && yarn install --frozen-lockfile
+
- name: Build the app
uses: tauri-apps/tauri-action@v0
From c42daf477ab32ad00909ca5ff99f4c322698004e Mon Sep 17 00:00:00 2001
From: Sir-Thom
Date: Mon, 25 Dec 2023 13:39:19 -0500
Subject: [PATCH 3/6] new release action
---
package.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index bbe27ddd..543b5c8b 100644
--- a/package.json
+++ b/package.json
@@ -54,6 +54,6 @@
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vitest": "^1.1.0"
- },
- "packageManager": "yarn@4.0.2"
+ }
+
}
From b6dc041c10f1a802af970ae9cef9bb6aeb767f38 Mon Sep 17 00:00:00 2001
From: Sir-Thom
Date: Mon, 25 Dec 2023 13:40:00 -0500
Subject: [PATCH 4/6] new release action
---
.github/workflows/release.yaml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index b4f2b7ac..ad53f5ad 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -42,11 +42,8 @@ jobs:
cache: 'yarn' # Set this to npm, yarn or pnpm.
- name: Install frontend dependencies
- uses: borales/actions-yarn@v4
- with:
- cmd: install --frozen-lockfile
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
-
+ run: yarn install --frozen-lockfile
- name: Build the app
uses: tauri-apps/tauri-action@v0
From 219d1aaaeb77f19746617fda19b7f3603d3ee20c Mon Sep 17 00:00:00 2001
From: Sir-Thom
Date: Mon, 25 Dec 2023 13:42:26 -0500
Subject: [PATCH 5/6] new release action
---
.github/workflows/release.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index ad53f5ad..2033e28a 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -43,7 +43,7 @@ jobs:
- name: Install frontend dependencies
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
- run: yarn install --frozen-lockfile
+ run: yarn install
- name: Build the app
uses: tauri-apps/tauri-action@v0
From 5cf1cc134c31efe6b8de559989ab7ccfef595fa9 Mon Sep 17 00:00:00 2001
From: Sir-Thom
Date: Mon, 25 Dec 2023 13:56:51 -0500
Subject: [PATCH 6/6] addeed new version to readme
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 744defed..36fc10fd 100755
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
-
+